From 3903df2a85956fddafcfee8e9c78e930236322f3 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Wed, 29 Nov 2023 22:07:56 +0100 Subject: [PATCH] Use wx 3.2 on Ubuntu CI 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd1a370f80..97b4ef4515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}