Skip to content

Commit

Permalink
<annoyed grunt>
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjakubowski committed Nov 5, 2024
1 parent b9d3a0d commit 78b47ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mock_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo uname "$(uname)"
# if [[ "$(uname)" =~ "CYGWIN" ]]; then
CLIENT_CRATE_ROOT=$(cygpath -m "$CLIENT_CRATE_ROOT")
SERVER_CRATE_ROOT=$(cygpath -m "$CLIENT_CRATE_ROOT")
SERVER_CRATE_ROOT=$(cygpath -m "$CLIENT_SERVER_ROOT")
# fi
echo "CLIENT_CRATE_ROOT" "$CLIENT_CRATE_ROOT"
Expand Down

0 comments on commit 78b47ce

Please sign in to comment.