mirror of https://github.com/aminya/setup-cpp.git
fix: add rcOptions for vcpkg system binaries
This commit is contained in:
parent
9d12750bbe
commit
e8ac0e7160
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -88,7 +88,7 @@ export async function setupVcpkg(version: string, setupDir: string, arch: string
|
|||
|
||||
// Add VCPKG_FORCE_SYSTEM_BINARIES=1 for Linux arm64
|
||||
if (process.platform === "linux" && arm64.includes(arch)) {
|
||||
await addEnv("VCPKG_FORCE_SYSTEM_BINARIES", "1")
|
||||
await addEnv("VCPKG_FORCE_SYSTEM_BINARIES", "1", rcOptions)
|
||||
}
|
||||
|
||||
// bootstrap vcpkg
|
||||
|
|
|
|||
Loading…
Reference in New Issue