ci: hoist VCPKG_ROOT + LIBCLANG_PATH to workflow env (cargo build needs them)
Build patched rustdesk.exe / Build Win x64 (Sciter UI) (push) Failing after 3m47s
Build patched rustdesk.exe / Build Win x64 (Sciter UI) (push) Failing after 3m47s
This commit is contained in:
@@ -19,6 +19,11 @@ env:
|
|||||||
LLVM_VERSION: "16.0.0"
|
LLVM_VERSION: "16.0.0"
|
||||||
VCPKG_COMMIT_ID: "120deac3062162151622ca4860575a33844ba10b"
|
VCPKG_COMMIT_ID: "120deac3062162151622ca4860575a33844ba10b"
|
||||||
CARGO_BIN: 'C:\Users\Yowie\.cargo\bin'
|
CARGO_BIN: 'C:\Users\Yowie\.cargo\bin'
|
||||||
|
# VCPKG_ROOT must be visible to cargo (magnum-opus + scrap build.rs read
|
||||||
|
# it directly via env::var). GITHUB_ENV from a previous step doesn't
|
||||||
|
# always propagate reliably under act_runner -- set at workflow level.
|
||||||
|
VCPKG_ROOT: 'C:\vcpkg'
|
||||||
|
LIBCLANG_PATH: 'C:\LLVM16\bin'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user