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 b612cfb commit 2a0c942
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/win64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,16 @@ jobs:
build:
runs-on: windows-2019

steps:
- name: fix path
shell: bash
run: |
grep -v "/mingw64/bin" <<< "$PATH" > tmp_path
mv tmp_path "$GITHUB_PATH"
steps:
- name: debug
shell: bash
run: |
echo "PATH: $PATH"

0 comments on commit 2a0c942

Please sign in to comment.