Whitelist hiredis repo path in cygwin
This commit is contained in:
parent
d7683f35aa
commit
9957af7e3c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user