Added --vcpkg-root for fixing mismatched vcpkg root with scoop version

This commit is contained in:
Hiroshi SHIBATA 2025-04-24 11:47:20 +09:00
parent 0714867dba
commit d34ba74ca5
Notes: git 2025-04-24 05:06:37 +00:00

View File

@ -142,7 +142,7 @@ jobs:
- name: Install libraries with vcpkg - name: Install libraries with vcpkg
run: | run: |
vcpkg install vcpkg install --vcpkg-root=C:\Users\runneradmin\scoop\apps\vcpkg\current
working-directory: src working-directory: src
env: env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"