Skip to content

Commit

Permalink
gitaction: update ubuntu wxwidgets dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonaitis committed Jan 12, 2025
1 parent 6aa9d23 commit e1ea46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -qq libusb-1.0-0-dev libwxbase3.0-dev libwxgtk3.0-gtk3-dev liboctave-dev
sudo apt-get install -qq libusb-1.0-0-dev libwxgtk3.2-dev liboctave-dev
- name: Install osx dependencies
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit e1ea46a

Please sign in to comment.