From b86e1a7a54f5443d5abb7f32efa1594aae4d0d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Milants?= Date: Sat, 14 May 2022 22:40:44 +0200 Subject: [PATCH] Tentative : workaround permissions issues in main github workflow --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4159f7e3..5bf40823 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,8 @@ jobs: container: image: jf002/infinitime-build steps: + - name: Workqround permission issues + run: export GIT_CEILING_DIRECTORIES=/__w # only work before git v2.35.2 - name: Checkout source files uses: actions/checkout@v2 with: