mirror of https://github.com/aminya/setup-cpp
fix: support llvm 14.0.2 and 14.0.3
This commit is contained in:
parent
07a74ebda9
commit
bd5d402bb9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -59,6 +59,8 @@ export const VERSIONS: Set<string> = getVersions([
|
||||||
"13.0.1",
|
"13.0.1",
|
||||||
"14.0.0",
|
"14.0.0",
|
||||||
"14.0.1",
|
"14.0.1",
|
||||||
|
"14.0.2",
|
||||||
|
"14.0.3",
|
||||||
])
|
])
|
||||||
|
|
||||||
//================================================
|
//================================================
|
||||||
|
|
Loading…
Reference in New Issue