Skip to content

Commit

Permalink
Merge pull request #1916 from EliahKagan/dubious
Browse files Browse the repository at this point in the history
Add the `.git` subdir as another `safe.directory` on Cygwin CI
  • Loading branch information
Byron authored May 27, 2024
2 parents adf4bf0 + eb06a18 commit 9fbfb71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Special configuration for Cygwin git
run: |
git config --global --add safe.directory "$(pwd)"
git config --global --add safe.directory "$(pwd)/.git"
git config --global core.autocrlf false
- name: Prepare this repo for tests
Expand Down

0 comments on commit 9fbfb71

Please sign in to comment.