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 4cfca19 commit a16f9b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/win64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
shell: bash
run: |
set -x
# Exclude pre-installed mingw from PATH to avoid symbol conflicts at final linking
export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v "/mingw64/bin" | tr '\n' ':')
export PATH="${PATH%:}:${{ env.MINGW_DIR }}/bin"
qmake.exe \
Expand All @@ -194,6 +195,7 @@ jobs:
shell: bash
run: |
set -x
# Exclude pre-installed mingw and python from PATH to avoid symbol conflicts at final linking
export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v "/mingw64/bin" | grep -v "/c/hostedtoolcache/windows/Python${{ env.PYTHON_VERSION }}" | tr '\n' ':')
export PATH="${PATH%:}:${{ env.MINGW_DIR }}/bin"
qmake.exe \
Expand Down

0 comments on commit a16f9b1

Please sign in to comment.