We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f37db5c + 9335300 commit ceed070Copy full SHA for ceed070
.github/workflows/smoke-windows-cygwin.yml
@@ -31,7 +31,7 @@ jobs:
31
shell: cmd
32
run: |
33
path c:\tools\cygwin\bin;c:\tools\cygwin\usr\bin
34
- git config --global --add safe.directory /cygdrive/d/a/ExtUtils-MakeMaker/ExtUtils-MakeMaker
+ git config --system --add safe.directory /cygdrive/d/a/ExtUtils-MakeMaker/ExtUtils-MakeMaker
35
git checkout --force
36
- name: Configure
37
0 commit comments