Unverified Commit 34211ad5 authored by Michael Grunder's avatar Michael Grunder Committed by GitHub
Browse files

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

Whitelist hiredis repo path in cygwin
parents d7683f35 9957af7e
...@@ -197,6 +197,7 @@ jobs: ...@@ -197,6 +197,7 @@ jobs:
HIREDIS_PATH: ${{ github.workspace }} HIREDIS_PATH: ${{ github.workspace }}
run: | run: |
build_hiredis() { build_hiredis() {
git config --global --add safe.directory "$(cygpath -u $HIREDIS_PATH)"
cd $(cygpath -u $HIREDIS_PATH) cd $(cygpath -u $HIREDIS_PATH)
git clean -xfd git clean -xfd
make make
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment