mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 06:48:14 +08:00
6 lines
244 B
PowerShell
6 lines
244 B
PowerShell
################################################################################
|
|
## File: Install-Bazel.ps1
|
|
## Desc: Install Bazel
|
|
################################################################################
|
|
|
|
choco install bazel -y |