diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cygwin-test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/cygwin-test.yml b/.github/workflows/cygwin-test.yml index f38f2bd6..1ec5391a 100644 --- a/.github/workflows/cygwin-test.yml +++ b/.github/workflows/cygwin-test.yml @@ -24,6 +24,9 @@ jobs: - uses: cygwin/cygwin-install-action@v2 with: packages: python39 python39-pip git + - name: Tell git to trust this repo + shell: bash.exe -eo pipefail -o igncr "{0}" + run: git config --global --add safe.directory $(pwd) - name: Install dependencies and prepare tests shell: bash.exe -eo pipefail -o igncr "{0}" run: | |
