Skip to content

Commit ceed070

Browse files
authored
Merge pull request #430 from perlpunk/ci-fix-cygwin-git
ci: Add system wide safe.directory
2 parents f37db5c + 9335300 commit ceed070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-windows-cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: cmd
3232
run: |
3333
path c:\tools\cygwin\bin;c:\tools\cygwin\usr\bin
34-
git config --global --add safe.directory /cygdrive/d/a/ExtUtils-MakeMaker/ExtUtils-MakeMaker
34+
git config --system --add safe.directory /cygdrive/d/a/ExtUtils-MakeMaker/ExtUtils-MakeMaker
3535
git checkout --force
3636
- name: Configure
3737
shell: cmd

0 commit comments

Comments
 (0)