Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsalawa committed Dec 2, 2024
1 parent a16f9b1 commit 64e43ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
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=$(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 \
"QMAKE_CXX=${{ env.GXX_COMMAND }}" \
Expand Down

0 comments on commit 64e43ae

Please sign in to comment.