Skip to content

Commit

Permalink
Fix Mingw64 directory for GitHub Build
Browse files Browse the repository at this point in the history
The Windows-2022 Image changed the directory for
mingw64
  • Loading branch information
mrh1997 committed Jul 3, 2024
1 parent 9621f25 commit f4615e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
shell: bash
run: |
if [ ${{matrix.os}} = "windows-2022" ]
then export MINGW_X86_64_DIR=C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64
then export MINGW_X86_64_DIR=C:/mingw64
fi
tox -e py${{matrix.python}}-${{matrix.arch}}

0 comments on commit f4615e8

Please sign in to comment.