diff --git a/.github/workflows/application.yaml b/.github/workflows/application.yaml index 2a629c3..3f789c9 100644 --- a/.github/workflows/application.yaml +++ b/.github/workflows/application.yaml @@ -22,7 +22,7 @@ jobs: - name: Build run: | mkdir build && cd build - conan install .. -s build_type=${{env.BUILD_TYPE}} -s arch=x86 + conan install .. -s build_type=${{env.BUILD_TYPE}} -s arch=x86 --build=gtest cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -A Win32 cmake --build . --config ${{env.BUILD_TYPE}}