We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f4995 commit ceb3885Copy full SHA for ceb3885
.github/workflows/build-client-vcpkg.yml
@@ -119,7 +119,7 @@ jobs:
119
run: >
120
cmake --preset ${{ matrix.cmake_preset }} ${{ matrix.cmake_options }}
121
-DCMAKE_TOOLCHAIN_FILE="$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake"
122
- -DVCPKG_INSTALLED_DIR=${{ steps.strings.outputs.vcpkg-dir }}
+ -DVCPKG_INSTALLED_DIR="${{ steps.strings.outputs.vcpkg-dir }}"
123
124
- uses: actions/cache/save@v4
125
with:
0 commit comments