Skip to content

Commit 9fe417c

Browse files
committed
set VCPKG_TARGET_TRIPLET
1 parent 0745fa8 commit 9fe417c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cmake-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
compiler: g++
6565
env:
6666
CXX: ${{ matrix.compiler }}
67+
VCPKG_TARGET_TRIPLET: ${{ matrix.target-cpu }}-${{ matrix.target-os }}-static
6768
VCPKG_DISABLE_METRICS: true
6869
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
6970
VCPKG_DEFAULT_BINARY_CACHE: ${{ github.workspace }}/vcpkg/.cache

0 commit comments

Comments
 (0)