Skip to content

Commit

Permalink
Use wx-3.2 packages for CI on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Jan 29, 2024
1 parent 6e36eb3 commit 04adb28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout submodules
# submodules are not used by the build, but needed for `make dist`:
run: git submodule update --init deps/json deps/pugixml
- name: "Add wxWidgets 3.2 packages"
# this is for build testing only, not shipping binaries, so don't bother verifying the key
run: |
sudo apt-key adv --fetch-keys https://repos.codelite.org/CodeLite.asc
sudo apt-add-repository 'deb https://repos.codelite.org/wx3.2/ubuntu/ jammy universe'
- name: Install dependencies
run: |
sudo apt-get update && \
Expand All @@ -31,8 +36,8 @@ jobs:
libboost-iostreams-dev \
liblucene++-dev \
libicu-dev \
libwxgtk3.0-gtk3-dev \
libwxgtk-webview3.0-gtk3-dev \
libwxgtk3.2unofficial-dev \
libwxgtk-webview3.2unofficial-dev \
libgtk-3-dev \
libgtkspell3-3-dev \
libcld2-dev \
Expand Down

0 comments on commit 04adb28

Please sign in to comment.