Skip to content

Commit 924dc24

Browse files
committed
add vcpkg target triplet
1 parent 5eabcef commit 924dc24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
CMAKE_ARCH_FLAG: -A x64
3131
- os: windows-latest
3232
arch: x86
33-
CMAKE_ARCH_FLAG: -A Win32
33+
CMAKE_ARCH_FLAG: -A Win32 -DVCPKG_TARGET_TRIPLET=x86-windows
3434
- os: ubuntu-20.04
3535
arch: x86
36-
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32"
36+
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32" -DVCPKG_TARGET_TRIPLET=x86-linux
3737
- os: macos-13
3838
arch: x64
3939

0 commit comments

Comments
 (0)