mirror of https://github.com/aminya/setup-cpp.git
fix: ignore setup-cpp cli installation errors
This commit is contained in:
parent
d0235b0adb
commit
d10f4b6db0
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
|
|
@ -132,8 +132,6 @@ export async function setupCpp(opts: Opts = {}): Promise<SetupCppResult> {
|
|||
const installSetupCppResult = await installSetupCppPromise
|
||||
if (typeof installSetupCppResult === "string") {
|
||||
successMessages.push(installSetupCppResult)
|
||||
} else if (installSetupCppResult instanceof Error) {
|
||||
errorMessages.push(installSetupCppResult.message)
|
||||
}
|
||||
|
||||
await finalizeRC(rcOptions)
|
||||
|
|
|
|||
Loading…
Reference in New Issue