Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed May 22, 2024
1 parent 6845777 commit d9a0ba1
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,25 @@ jobs:
- name: Install wxwidgets
run: |
deb http://apt.wxwidgets.org/ natty-wx main
deb-src http://apt.wxwidgets.org/ natty-wx main
curl http://apt.wxwidgets.org/key.asc | sudo apt-key add -
sudo apt-get update -y
sudo apt-get install -y wx2.8-headers libwxgtk2.8-0 libwxgtk2.8-dev
cd /usr/include
sudo ln -sv wx-2.8/wx wx
sudo apt-add-repository 'deb https://repos.codelite.org/wx3.2.0/ubuntu/ jammy universe'
sudo apt-get update
apt-get install libwxbase3.2-0-unofficial \
libwxbase3.2unofficial-dev \
libwxgtk3.2-0-unofficial \
libwxgtk3.2unofficial-dev \
wx3.2-headers \
wx-common \
libwxgtk-media3.2-0-unofficial \
libwxgtk-media3.2unofficial-dev \
libwxgtk-webview3.2-0-unofficial \
libwxgtk-webview3.2unofficial-dev \
libwxgtk-webview3.2-0-unofficial-dbg \
libwxbase3.2-0-unofficial-dbg \
libwxgtk3.2-0-unofficial-dbg \
libwxgtk-media3.2-0-unofficial-dbg \
wx3.2-i18n \
wx3.2-examples
- name: Configure CMake
Expand Down

0 comments on commit d9a0ba1

Please sign in to comment.