diff --git a/.github/workflows/application.yaml b/.github/workflows/application.yaml index 2e43933..2a629c3 100644 --- a/.github/workflows/application.yaml +++ b/.github/workflows/application.yaml @@ -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