Skip to content

Commit

Permalink
Use wx 3.2 on Ubuntu CI
Browse files Browse the repository at this point in the history
After the refactors it fails to build with wx 3.0 . It could probably be
fixed to work again but for now let's just get the ci working.
  • Loading branch information
arch1t3cht committed Nov 29, 2023
1 parent 307b318 commit 3903df2
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 @@ -111,7 +111,7 @@ jobs:
if: matrix.config.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install ninja-build build-essential libx11-dev libwxgtk3.0-gtk3-dev libfreetype6-dev pkg-config libfontconfig1-dev libass-dev libasound2-dev libffms2-dev intltool libboost-all-dev
sudo apt-get install ninja-build build-essential libx11-dev libwxgtk3.2-gtk3-dev libfreetype6-dev pkg-config libfontconfig1-dev libass-dev libasound2-dev libffms2-dev intltool libboost-all-dev
- name: Configure
run: meson build ${{ matrix.config.args }} -Dbuildtype=${{ matrix.config.buildtype }}
Expand Down

0 comments on commit 3903df2

Please sign in to comment.