From 45924d91b48dcb183223bfe409d419f8b0f0f3d5 Mon Sep 17 00:00:00 2001 From: Rai <56082069+raicool@users.noreply.github.com> Date: Thu, 17 Aug 2023 02:28:26 -0400 Subject: [PATCH] clone submodules --- .github/workflows/cmake-single-platform.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 19b6016..7af988c 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -25,13 +25,12 @@ jobs: run: | sudo apt-get install libsdl2-dev sudo apt-get install libsdl2-image-dev - - name: Checkout submodules - # You may pin to the exact commit or the version. - # uses: textbook/git-checkout-submodule-action@0cb23c7e6a67085e1dc5e884920bd620f7b9c469 - uses: textbook/git-checkout-submodule-action@2.1.1 + sudo apt-get install libgtkmm-2.4-dev + + - uses: actions/checkout@v3 with: - # Set the --remote flag - remote: true # optional + submodules: true + - 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.