mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-08 19:35:36 +08:00
Install LLVM on Windows
This commit is contained in:
6
images/win/scripts/Installers/Install-Clang.ps1
Normal file
6
images/win/scripts/Installers/Install-Clang.ps1
Normal file
@@ -0,0 +1,6 @@
|
||||
################################################################################
|
||||
## File: Install-Clang.ps1
|
||||
## Desc: Install Clang compiler as a part of LLVM framework for Windows
|
||||
################################################################################
|
||||
|
||||
choco install -y llvm
|
||||
Reference in New Issue
Block a user