We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adf4bf0 + eb06a18 commit 9fbfb71Copy full SHA for 9fbfb71
.github/workflows/cygwin-test.yml
@@ -40,6 +40,7 @@ jobs:
40
- name: Special configuration for Cygwin git
41
run: |
42
git config --global --add safe.directory "$(pwd)"
43
+ git config --global --add safe.directory "$(pwd)/.git"
44
git config --global core.autocrlf false
45
46
- name: Prepare this repo for tests
0 commit comments