From e0e797612556f88239aa40c34e6ead85f8273f18 Mon Sep 17 00:00:00 2001 From: Wen Zhou Date: Fri, 13 May 2022 16:28:36 +0200 Subject: [PATCH] fix: trying with a solution for cygwin - ref: https://github.com/actions/checkout/issues/767 - ref2: https://github.com/me-and/Cygwin-Git/actions/runs/2307847122/workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a850e1a7..b1920fe99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -225,11 +225,11 @@ jobs: - name: Cygwin git configuration shell: bash - run: mkdir "$HOME" && git config --system core.autocrlf false + run: mkdir "$HOME" && git config --system core.autocrlf false && git config --global --add safe.directory '*' - uses: actions/checkout@v3.0.2 with: - set-safe-directory: /cygdrive/d/a/temurin-build/temurin-build + set-safe-directory: false - name: Setup 8dot3name run: fsutil behavior set disable8dot3 0