mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
* added bazelisk * moved bazelisk installation to bazel * changed Validate-Bazel.ps1 * removed Install-Bazelisk.ps1 * changed bazel and bazelisk version output * fixed Validate-Bazel.ps1 * removed the extra "$" character
8 lines
328 B
PowerShell
8 lines
328 B
PowerShell
################################################################################
|
|
## File: Install-Bazel.ps1
|
|
## Desc: Install Bazel and Bazelisk (A user-friendly launcher for Bazel)
|
|
################################################################################
|
|
|
|
choco install bazel -y
|
|
|
|
npm install -g @bazel/bazelisk |