Skip to content

Commit

Permalink
CI: x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Iswenzz committed Nov 26, 2021
1 parent a5ac667 commit 1080124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Build
run: |
mkdir build && cd build
conan install .. -s build_type=${{env.BUILD_TYPE}}
cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
conan install .. -s build_type=${{env.BUILD_TYPE}} -s arch=x86
cmake .. -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -A Win32
cmake --build . --config ${{env.BUILD_TYPE}}
- name: Artifact
Expand Down

0 comments on commit 1080124

Please sign in to comment.