From 11627e028efc5e54dff57c5caadd81cf14f41893 Mon Sep 17 00:00:00 2001 From: Iswenzz Date: Fri, 26 Nov 2021 22:02:54 +0100 Subject: [PATCH] CI: Tests build gtest x86 --- .github/workflows/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}