diff options
author | michael-grunder <michael.grunder@gmail.com> | 2022-04-23 12:49:21 -0700 |
---|---|---|
committer | michael-grunder <michael.grunder@gmail.com> | 2022-04-23 13:25:57 -0700 |
commit | 9957af7e3c7c68d38b45ea00f41600db49b216b6 (patch) | |
tree | 180d347cf5083c424ea4c7a3338e7e329d2dacaf /.github | |
parent | d7683f35aa66e222aad07caf5b345393d0c1b9f1 (diff) |
Whitelist hiredis repo path in cygwin
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
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 |