mirror of https://github.com/aminya/setup-cpp
fix: fix the path for the ubuntu LLVM installer
This commit is contained in:
parent
f829c0abcc
commit
71e227aa5f
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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -63,7 +63,7 @@ async function setupLLVMApt(majorVersion: number): Promise<InstallationInfo> {
|
|||
await execa("curl", ["-LJO", "https://apt.llvm.org/llvm.sh"], { cwd: "/tmp" })
|
||||
await patchAptLLVMScript("/tmp/llvm.sh", "/tmp/llvm-setup-cpp.sh")
|
||||
await chmod("/tmp/llvm-setup-cpp.sh", "755")
|
||||
await execRoot("bash", ["/tmp/setup-cpp-llvm.sh"], {
|
||||
await execRoot("bash", ["/tmp/llvm-setup-cpp.sh"], {
|
||||
stdio: "inherit",
|
||||
shell: true,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue