Skip to content

Commit cd412a5

Browse files
committed
Update build.yml
1 parent b0c834e commit cd412a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,22 @@ jobs:
2424
matrix:
2525
os: [windows-latest, ubuntu-20.04]
2626
arch: [x64, x86]
27-
CMAKE_ARCH_FLAG: --preset=unix
2827
include:
2928
- os: windows-latest
3029
arch: x64
3130
CMAKE_ARCH_FLAG: --preset=x64-windows
3231
- os: windows-latest
3332
arch: x86
3433
CMAKE_ARCH_FLAG: --preset=x86-windows
34+
- os: ubuntu-20.04
35+
arch: x64
36+
CMAKE_ARCH_FLAG: --preset=unix
3537
- os: ubuntu-20.04
3638
arch: x86
37-
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32" -DVCPKG_TARGET_TRIPLET=x86-linux
39+
CMAKE_ARCH_FLAG: --preset=unix -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32" -DVCPKG_TARGET_TRIPLET=x86-linux
3840
- os: macos-13
3941
arch: x64
42+
CMAKE_ARCH_FLAG: --preset=unix
4043

4144
runs-on: ${{ matrix.os }}
4245

0 commit comments

Comments
 (0)