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 bb3a41d commit 27dee66Copy full SHA for 27dee66
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
mkdir -p build && cd build
73
cmake .. \
74
- -DCMAKE_TOOLCHAIN_FILE=/__w/b/vcpkg/scripts/buildsystems/vcpkg.cmake \
+ -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake \
75
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
76
-DCMAKE_CXX_STANDARD=${{ matrix.config.cppstd }} \
77
-DBUILD_EXAMPLES=${{ matrix.config.examples || 'ON' }} \
0 commit comments