We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1080124 commit 11627e0Copy full SHA for 11627e0
.github/workflows/application.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build
23
run: |
24
mkdir build && cd build
25
- conan install .. -s build_type=${{env.BUILD_TYPE}} -s arch=x86
+ conan install .. -s build_type=${{env.BUILD_TYPE}} -s arch=x86 --build=gtest
26
cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -A Win32
27
cmake --build . --config ${{env.BUILD_TYPE}}
28
0 commit comments