mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-27 11:57:30 +08:00
6 lines
244 B
PowerShell
6 lines
244 B
PowerShell
################################################################################
|
|
## File: Install-Bazel.ps1
|
|
## Desc: Install Bazel
|
|
################################################################################
|
|
|
|
choco install bazel -y |