From 3cf476f11a0c06e3c7b62473c22c67828d3f872e Mon Sep 17 00:00:00 2001 From: Alban Fichet Date: Wed, 14 Jun 2023 17:23:33 +0200 Subject: [PATCH] Checkout submodule for CI --- .github/workflows/cmake.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5c2d34d..1fe6017 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -18,7 +18,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v3 + with: + 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.