Skip to content

Commit

Permalink
fix failing windows x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmolot committed Nov 20, 2024
1 parent 924dc24 commit 41ca860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
CMAKE_ARCH_FLAG: -A x64
- os: windows-latest
arch: x86
CMAKE_ARCH_FLAG: -A Win32 -DVCPKG_TARGET_TRIPLET=x86-windows
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32" -DVCPKG_TARGET_TRIPLET=x86-windows
- os: ubuntu-20.04
arch: x86
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32" -DVCPKG_TARGET_TRIPLET=x86-linux
Expand Down

0 comments on commit 41ca860

Please sign in to comment.