Skip to content

Commit

Permalink
Fix extract path again
Browse files Browse the repository at this point in the history
  • Loading branch information
richardicooper committed Aug 20, 2024
1 parent a72d6f4 commit 743ddb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,14 @@ jobs:
# Install wxWidgets - win GUI only
#
- name: Setup wxWidgets for Win64 gui
working-directory: wx
if: matrix.cl == 'gui'
shell: cmd
run: |
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
gcc --version
cd build\msw
cd wx\build\msw
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 743ddb9

Please sign in to comment.