Skip to content

Commit

Permalink
fix wx artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 20, 2024
1 parent 696d77c commit 768b8ee
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 @@ -53,7 +53,7 @@ jobs:
with:
name: wxWidgets-linux
path: |
wx-3.2.3
${HOME}/wx-3.2.3
- name: Build LK
run: |
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
with:
name: wxWidgets-${{ matrix.os }}
path: |
wx-3.2.3
${HOME}/wx-3.2.3
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
Expand Down

0 comments on commit 768b8ee

Please sign in to comment.