diff --git a/.github/workflows/windows-cmake-test.yml b/.github/workflows/windows-cmake-test.yml index bda7884..15abaf7 100644 --- a/.github/workflows/windows-cmake-test.yml +++ b/.github/workflows/windows-cmake-test.yml @@ -21,10 +21,11 @@ jobs: strategy: matrix: os: [windows-2019, windows-2016] - link: [static, shared] steps: - uses: actions/checkout@v2 + 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.