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 709ea6e commit 6845777
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,16 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install GTK
- name: Install wxwidgets
run: |
sudo apt-get install -y build-essential libgtk2.0-dev libgtk-3-dev
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
- 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 6845777

Please sign in to comment.