Skip to content

Commit

Permalink
Use official wx-3.2 packages in CI
Browse files Browse the repository at this point in the history
Now possible after upgrading to Ubuntu 24.04.

This reverts commit 8962f76.
  • Loading branch information
vslavik committed Jan 20, 2025
1 parent 2762580 commit f153635
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ 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 @@ -35,11 +30,11 @@ jobs:
libboost-iostreams-dev \
liblucene++-dev \
libicu-dev \
libwxgtk3.2unofficial-dev \
libwxgtk3.2-dev \
libwebkit2gtk-4.1-dev \
libjavascriptcoregtk-4.1-dev \
libnotify-dev \
libwxgtk-webview3.2unofficial-dev \
libwxgtk-webview3.2-dev \
libgtk-3-dev \
libgtkspell3-3-dev \
libcld2-dev \
Expand Down

0 comments on commit f153635

Please sign in to comment.