Install llvm version correctly (#5288)

* Install llvm version correctly

* Move llvm installation to script for win22
This commit is contained in:
Mikhail Timofeev
2022-03-26 23:24:26 +04:00
committed by GitHub
parent 7fc477ed20
commit bdd8f81329
3 changed files with 6 additions and 3 deletions

View File

@@ -306,7 +306,6 @@
{ "name": "Bicep" },
{ "name": "innosetup" },
{ "name": "jq" },
{ "name": "llvm" },
{ "name": "NuGet.CommandLine" },
{
"name": "openssl.light",
@@ -340,6 +339,9 @@
"nsis": {
"version": "3.08"
},
"llvm": {
"version": "13"
},
"php": {
"version": "8.1"
},