Skip to content

Commit ceb3885

Browse files
committed
try using preinstalled vcpkg
1 parent 01f4995 commit ceb3885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-client-vcpkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
run: >
120120
cmake --preset ${{ matrix.cmake_preset }} ${{ matrix.cmake_options }}
121121
-DCMAKE_TOOLCHAIN_FILE="$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake"
122-
-DVCPKG_INSTALLED_DIR=${{ steps.strings.outputs.vcpkg-dir }}
122+
-DVCPKG_INSTALLED_DIR="${{ steps.strings.outputs.vcpkg-dir }}"
123123
124124
- uses: actions/cache/save@v4
125125
with:

0 commit comments

Comments
 (0)