summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2022-04-23 12:49:21 -0700
committermichael-grunder <michael.grunder@gmail.com>2022-04-23 13:25:57 -0700
commit9957af7e3c7c68d38b45ea00f41600db49b216b6 (patch)
tree180d347cf5083c424ea4c7a3338e7e329d2dacaf /.github/workflows
parentd7683f35aa66e222aad07caf5b345393d0c1b9f1 (diff)
Whitelist hiredis repo path in cygwin
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 362bc77..81c6f85 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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