From 387527417e271dc6859914703cfd90532bbfc012 Mon Sep 17 00:00:00 2001 From: henrykorir Date: Thu, 23 May 2024 22:54:55 +0300 Subject: [PATCH] Added cmake script executer to install wxwidgets --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 42439c4..efb59a8 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -57,7 +57,7 @@ jobs: - 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 + git submodule update --init src/stc/scintilla && sudo chmod +x script.sh && ./script.sh - 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.