Merge pull request #1063 from redis/fix-windows-tests

Whitelist hiredis repo path in cygwin
master
Michael Grunder 2022-04-23 13:40:10 -07:00 committed by GitHub
commit 34211ad542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ jobs:
HIREDIS_PATH: ${{ github.workspace }}
run: |
build_hiredis() {
git config --global --add safe.directory "$(cygpath -u $HIREDIS_PATH)"
cd $(cygpath -u $HIREDIS_PATH)
git clean -xfd
make