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 4adc914 commit e31dbd3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
run: |
WXMSW3=$GITHUB_WORKSPACE/wxMSW-3.2.3_vc14x_Dev
echo "WXMSW3=$WXMSW3" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v2

- name: Download wxWidgets
shell: bash
Expand All @@ -78,15 +81,14 @@ jobs:
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.24.x'

- name: Checkout
uses: actions/checkout@v2

- name: Build LK
shell: bash
run: |
ls ${WXMSW3}
- name: Build LK
shell: bash
run: |
cmake -Bbuild_win
cmake --build build_win --config Release -j4
Expand Down

0 comments on commit e31dbd3

Please sign in to comment.