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.