Skip to content

Commit dd405ea

Browse files
author
pfeatherstone
committed
use bash notation
1 parent 74c79b8 commit dd405ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- name: Configure
232232
run: |
233233
cmake dlib/test -B build \
234-
-DCMAKE_TOOLCHAIN_FILE="%VCPKG_INSTALLATION_ROOT%\scripts\buildsystems\vcpkg.cmake" \
234+
-DCMAKE_TOOLCHAIN_FILE="$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" \
235235
-DVCPKG_TARGET_TRIPLET=x64-windows
236236
237237
- name: Build just tests

0 commit comments

Comments
 (0)