Skip to content

Commit

Permalink
curl
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 9, 2024
1 parent 12045a7 commit 5368507
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 @@ -71,7 +71,7 @@ jobs:
- name: Install wxWidgets
shell: bash
run: |
curl https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxWidgets-3.2.3.tar.bz2 -o wxWidgets-3.2.3.tar.bz2
curl https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxWidgets-3.2.3.tar.bz2 -o $GITHUB_WORKSPACE/wxWidgets-3.2.3.tar.bz2
ls
tar jxf wxWidgets-3.2.3.tar.bz2
cd wxWidgets-3.2.3
Expand Down

0 comments on commit 5368507

Please sign in to comment.