Whitelist hiredis repo path in cygwin

master
michael-grunder 2022-04-23 12:49:21 -07:00
parent d7683f35aa
commit 9957af7e3c
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