File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,19 +24,22 @@ jobs:
24
24
matrix :
25
25
os : [windows-latest, ubuntu-20.04]
26
26
arch : [x64, x86]
27
- CMAKE_ARCH_FLAG : --preset=unix
28
27
include :
29
28
- os : windows-latest
30
29
arch : x64
31
30
CMAKE_ARCH_FLAG : --preset=x64-windows
32
31
- os : windows-latest
33
32
arch : x86
34
33
CMAKE_ARCH_FLAG : --preset=x86-windows
34
+ - os : ubuntu-20.04
35
+ arch : x64
36
+ CMAKE_ARCH_FLAG : --preset=unix
35
37
- os : ubuntu-20.04
36
38
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
38
40
- os : macos-13
39
41
arch : x64
42
+ CMAKE_ARCH_FLAG : --preset=unix
40
43
41
44
runs-on : ${{ matrix.os }}
42
45
You can’t perform that action at this time.
0 commit comments