Skip to content

Commit

Permalink
Check path of tools (getting 12.2 when 14.2 is installed)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardicooper committed Aug 20, 2024
1 parent 743ddb9 commit 8dffaaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
curl -LsS https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.5/wxWidgets-3.2.5.7z > wxw.7z
7z x wxw.7z -owx -y
dir
where gcc.exe
gcc --version
cd wx\build\msw
where mingw32-make.exe
mingw32-make -f makefile.gcc SHARED=1 UNICODE=1 BUILD=release clean
mingw32-make -f makefile.gcc SHARED=1 UNICODE=1 BUILD=release setup_h
mingw32-make -f makefile.gcc SHARED=1 UNICODE=1 BUILD=release -j4
Expand Down

0 comments on commit 8dffaaa

Please sign in to comment.