We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c79b8 commit dd405eaCopy full SHA for dd405ea
.github/workflows/build_cpp.yml
@@ -231,7 +231,7 @@ jobs:
231
- name: Configure
232
run: |
233
cmake dlib/test -B build \
234
- -DCMAKE_TOOLCHAIN_FILE="%VCPKG_INSTALLATION_ROOT%\scripts\buildsystems\vcpkg.cmake" \
+ -DCMAKE_TOOLCHAIN_FILE="$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" \
235
-DVCPKG_TARGET_TRIPLET=x64-windows
236
237
- name: Build just tests
0 commit comments