From 2f03d9b29daaf6f8329466f9686acbc38988f8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Best?= Date: Mon, 9 Aug 2021 22:06:09 +0200 Subject: [PATCH] chore: Checkout submodules in CI --- .github/workflows/cmake.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cfa5b88..0646bf2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,6 +20,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: 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.