Skip to content

Commit

Permalink
Github Action Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-Yadav committed Jul 9, 2024
1 parent 6c5ab17 commit 0032217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
VCPKG_BINARY_SOURCES: clear;x-gha,readwrite
runs-on: ubuntu-latest
steps:
- name: Install wxWidgets
run: sudo apt update && sudo apt install libxi-dev libxtst-dev -y
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: tree -a
- uses: './.github/workflows/setup'
with:
zip-output: linux-zip
Expand Down

0 comments on commit 0032217

Please sign in to comment.