We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc07ac commit d8ad56fCopy full SHA for d8ad56f
.github/workflows/cygwin-test.yml
@@ -24,6 +24,9 @@ jobs:
24
- uses: cygwin/cygwin-install-action@v2
25
with:
26
packages: python39 python39-pip git
27
+ - name: Tell git to trust this repo
28
+ shell: bash.exe -eo pipefail -o igncr "{0}"
29
+ run: git config --global --add safe.directory $(pwd)
30
- name: Install dependencies and prepare tests
31
shell: bash.exe -eo pipefail -o igncr "{0}"
32
run: |
0 commit comments