diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8090b15a6dab31387ae0876937da4bcf1a34791..3cd994696b8d7a79bc07a5f509ae1596bb5273b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,9 @@ jobs: uses: actions/checkout@v2 with: submodules: recursive + + - name: build deps/googletest + run: cmake -B ${{github.workspace}}/deps/googletest/build -S ${{github.workspace}}/deps/googletest && cmake --build ${{github.workspace}}/deps/googletest/build --config ${{env.BUILD_TYPE}} && cmake --install-prefix=/usr/ --install - 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.