From 832ecfe57fa35988761b5aae17edbd8ca70ef5ec Mon Sep 17 00:00:00 2001 From: Bailey Harrison Date: Mon, 29 May 2023 15:26:28 +0100 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d5b947e..7cbaaca 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -19,6 +19,9 @@ jobs: steps: - uses: actions/checkout@v3 + + - name: Checkout Submodules + run: git submodule update --init --recursive - 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.