Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Dec 1, 2024
1 parent c9eab14 commit e022ffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/win64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
shell: bash
run: |
set -x
grep -v "/mingw64/bin" <<< "$PATH" > tmp_path
cat $GITHUB_PATH
cat $GITHUB_PATH | grep -v "/mingw64/bin" > tmp_path
cat tmp_path
mv tmp_path "$GITHUB_PATH"
Expand Down

0 comments on commit e022ffa

Please sign in to comment.