mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 17:18:52 +08:00
Install LLVM on Windows
This commit is contained in:
@@ -456,6 +456,12 @@
|
||||
"{{ template_dir }}/scripts/Installers/Install-MinGW.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts":[
|
||||
"{{ template_dir }}/scripts/Installers/Install-Clang.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts":[
|
||||
@@ -715,6 +721,12 @@
|
||||
"{{ template_dir }}/scripts/Installers/Validate-MinGW.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts":[
|
||||
"{{ template_dir }}/scripts/Installers/Validate-Clang.ps1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "powershell",
|
||||
"scripts":[
|
||||
|
||||
Reference in New Issue
Block a user