Skip to content

Commit e310f53

Browse files
committed
Fix Windows build
1 parent 3a793de commit e310f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pr-validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
-G "${{ matrix.generator }}" ${{ matrix.arch }} \
246246
-DUSE_ASIO=ON \
247247
-DBUILD_TESTS=OFF \
248-
-DVCPKG_TARGET_TRIPLET="${{ matrix.triplet }}" \
248+
-DVCPKG_TRIPLET="${{ matrix.triplet }}" \
249249
-DCMAKE_INSTALL_PREFIX="${{ env.INSTALL_DIR }}" \
250250
-S .
251251
fi
@@ -287,7 +287,7 @@ jobs:
287287
-G "${{ matrix.generator }}" ${{ matrix.arch }} \
288288
-DUSE_ASIO=ON \
289289
-DBUILD_TESTS=OFF \
290-
-DVCPKG_TARGET_TRIPLET="${{ matrix.triplet }}" \
290+
-DVCPKG_TRIPLET="${{ matrix.triplet }}" \
291291
-DCMAKE_INSTALL_PREFIX="${{ env.INSTALL_DIR }}" \
292292
-DCMAKE_BUILD_TYPE=Debug \
293293
-S .

0 commit comments

Comments
 (0)