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
9957af7e
Commit
9957af7e
authored
Apr 23, 2022
by
michael-grunder
Browse files
Whitelist hiredis repo path in cygwin
parent
d7683f35
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
9957af7e
...
@@ -197,6 +197,7 @@ jobs:
...
@@ -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
...
...
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