Added --vcpkg-root for fixing mismatched vcpkg root with scoop version
This commit is contained in:
parent
0714867dba
commit
d34ba74ca5
Notes:
git
2025-04-24 05:06:37 +00:00
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user