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 df1ff53 commit dfad1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
curl -L https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxMSW-3.2.3_vc14x_Dev.7z -o wxMSW-3.2.3_vc14x_Dev.7z
7z x wxMSW-3.2.3_vc14x_Dev.7z -owxMSW-3.2.3_vc14x_Dev
ls wxMSW-3.2.3_vc14x_Dev
pwd
# - name: Install wxWidgets
# run: |
Expand All @@ -92,7 +93,6 @@ 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 dfad1fc

Please sign in to comment.