Tentative : workaround permissions issues in main github workflow
This commit is contained in:
parent
9d1c1bfa59
commit
b86e1a7a54
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: jf002/infinitime-build
|
image: jf002/infinitime-build
|
||||||
steps:
|
steps:
|
||||||
|
- name: Workqround permission issues
|
||||||
|
run: export GIT_CEILING_DIRECTORIES=/__w # only work before git v2.35.2
|
||||||
- name: Checkout source files
|
- name: Checkout source files
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user