Skip to content

Commit 5d6c549

Browse files
committed
use different vcpkg root environment variable
1 parent 6f477f7 commit 5d6c549

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
@@ -116,7 +116,7 @@ jobs:
116116
run: >
117117
cmake --preset ${{ matrix.cmake_preset }}
118118
${{ matrix.cmake_options }}
119-
-DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
119+
-DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake
120120
-DVCPKG_INSTALLED_DIR=${{ steps.strings.outputs.vcpkg-dir }}
121121
-S ${{ github.workspace }}
122122

0 commit comments

Comments
 (0)