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 00045e7 commit 4adc914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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
mkdir wxMSW-3.2.3_vc14x_Dev
7z x wxMSW-3.2.3_vc14x_Dev.7z -o${WXMSW3}
echo ${WXMSW3}/bin >> $GITHUB_PATH
ls ${WXMSW3}
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand All @@ -83,7 +83,6 @@ jobs:
uses: actions/checkout@v2

- name: Build LK
shell: bash
run: |
ls ${WXMSW3}
Expand Down

0 comments on commit 4adc914

Please sign in to comment.