From 391915cedba3af81827f6854966c5c310cc384fd Mon Sep 17 00:00:00 2001 From: Richard Date: Sat, 17 Feb 2024 23:00:31 -0700 Subject: [PATCH] Checkout with submodules on linux --- .github/workflows/cmake.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 812897996..cfb4a1231 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v4.1.1 + with: + submodules: true - name: CMake workflow run: cmake --workflow --preset default