Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
34211ad5
Unverified
Commit
34211ad5
authored
Apr 23, 2022
by
Michael Grunder
Committed by
GitHub
Apr 23, 2022
Browse files
Merge pull request #1063 from redis/fix-windows-tests
Whitelist hiredis repo path in cygwin
parents
d7683f35
9957af7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
34211ad5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment