We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a793de commit e310f53Copy full SHA for e310f53
.github/workflows/ci-pr-validation.yaml
@@ -245,7 +245,7 @@ jobs:
245
-G "${{ matrix.generator }}" ${{ matrix.arch }} \
246
-DUSE_ASIO=ON \
247
-DBUILD_TESTS=OFF \
248
- -DVCPKG_TARGET_TRIPLET="${{ matrix.triplet }}" \
+ -DVCPKG_TRIPLET="${{ matrix.triplet }}" \
249
-DCMAKE_INSTALL_PREFIX="${{ env.INSTALL_DIR }}" \
250
-S .
251
fi
@@ -287,7 +287,7 @@ jobs:
287
288
289
290
291
292
-DCMAKE_BUILD_TYPE=Debug \
293
0 commit comments