From 0f8119dc2f2109e4ca73f9365a31fa01e68d1d32 Mon Sep 17 00:00:00 2001 From: henrykorir Date: Sat, 15 Jun 2024 21:57:45 +0300 Subject: [PATCH] Added necessary library and fix actions logic --- .github/workflows/cmake-multi-platform.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index da516889..5359ac70 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -54,10 +54,11 @@ jobs: run: | echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" - # - name: Add wxWidgets 3.2 packages - # # this is for build testing only, not shipping binaries, so don't bother verifying the key - # run: | - # sudo chmod +x script.sh && ./script.sh + - name: Add wxWidgets 3.2 packages + # this is for build testing only, not shipping binaries, so don't bother verifying the key + if: ${{matrix.os == 'ubuntu-latest'}} + run: | + sudo apt-get install -y cmake build-essential libgtk2.0-dev libgtk-3-dev - 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.