mirror of
https://github.com/actions/runner-images.git
synced 2025-12-29 13:17:53 +08:00
7 lines
288 B
PowerShell
7 lines
288 B
PowerShell
################################################################################
|
|
## File: Install-Clang.ps1
|
|
## Desc: Install Clang compiler as a part of LLVM framework for Windows
|
|
################################################################################
|
|
|
|
choco install -y llvm
|