diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec597e64f5e7b66587370b6638b5bbda609be890..d8090b15a6dab31387ae0876937da4bcf1a34791 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - name: Checkout repository and submodules + 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.