Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 9, 2024
1 parent a6f6b74 commit 8fbaef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ jobs:
tar jxf wxWidgets-3.2.3.tar.bz2
- name: Install wxWidgets
shell: bash
run: |
cd wxWidgets-3.2.3
msbuild build/msw/wx_vc17.sln /t:Build /p:Configuration=Release
ls ${WXMSW3}
dir ${WXMSW3}
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand All @@ -91,6 +90,7 @@ jobs:
- name: Build LK
shell: bash
run: |
ls ${WXMSW3}
cmake -Bbuild_win -DCMAKE_BUILD_TYPE=Release
cmake --build build_win --config Release -j4
Expand Down

0 comments on commit 8fbaef2

Please sign in to comment.