Skip to content

Commit

Permalink
CI: Tests build gtest x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Nov 26, 2021
1 parent 1080124 commit 11627e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 11627e0

Please sign in to comment.