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 c2a2819 commit 4cfca19
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 @@ -194,7 +194,7 @@ jobs:
shell: bash
run: |
set -x
export PATH=$(echo "$PATH" | tr ':' '\n' | grep -v "/mingw64/bin" | 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 4cfca19

Please sign in to comment.