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 043411c commit 175ac72
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,30 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install wxwidgets
- 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: |
lsb_release -a
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
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
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 175ac72

Please sign in to comment.