Skip to content

Commit a3191b7

Browse files
authored
fix cygwin git error (#899)
1 parent 162192d commit a3191b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/windows-cygwin.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
git config --global core.autocrlf false
2323
git config --global core.eol lf
2424
git config --global core.ignorecase false
25+
git config --global --add safe.directory ${{ github.workspace }}
2526
ipconfig
2627
2728
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)