Tentative 2 : workaround permissions issues in main github workflow

This commit is contained in:
Jean-François Milants 2022-05-14 22:46:37 +02:00
parent b86e1a7a54
commit f653fde5d2

View File

@ -24,8 +24,8 @@ jobs:
container: container:
image: jf002/infinitime-build image: jf002/infinitime-build
steps: steps:
- name: Workqround permission issues - name: Workaround permission issues
run: export GIT_CEILING_DIRECTORIES=/__w # only work before git v2.35.2 run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Checkout source files - name: Checkout source files
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with: