Skip to content

Commit

Permalink
Adjust GitHub workflow
Browse files Browse the repository at this point in the history
Install wxWidgets 3.2 for Ubuntu
  • Loading branch information
utelle committed Jan 16, 2025
1 parent 95b9c9b commit c78e2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci4wxsqlite3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies (Linux)
run: |
sudo apt-get -qq update
sudo apt-get install -y libwxgtk3.0-gtk3-dev
sudo apt-get install -y libwxgtk3.2-dev
if: matrix.os == 'ubuntu-latest'
- name: Install dependencies (macOS)
run: |
Expand Down

0 comments on commit c78e2dc

Please sign in to comment.