Commit 9957af7e authored by michael-grunder's avatar michael-grunder
Browse files

Whitelist hiredis repo path in cygwin

parent d7683f35
...@@ -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