mirror of https://github.com/aminya/setup-cpp
fix: support up to llvm 14.0.6
This commit is contained in:
parent
6f82d128ca
commit
e77a1e12f0
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
|
@ -68,6 +68,9 @@ export const VERSIONS: Set<string> = getVersions([
|
||||||
"14.0.1",
|
"14.0.1",
|
||||||
"14.0.2",
|
"14.0.2",
|
||||||
"14.0.3",
|
"14.0.3",
|
||||||
|
"14.0.4",
|
||||||
|
"14.0.5",
|
||||||
|
"14.0.6",
|
||||||
])
|
])
|
||||||
|
|
||||||
//================================================
|
//================================================
|
||||||
|
|
Loading…
Reference in New Issue