We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0a3af commit 99157aaCopy full SHA for 99157aa
.github/actions/set-up-bazel/action.yaml
@@ -58,7 +58,7 @@ runs:
58
env:
59
BAZELISK_SHOW_PROGRESS: ${{inputs.debug || runner.debug}}
60
shell: bash
61
- run: npm install @bazel/bazelisk
+ run: npm install -g @bazel/bazelisk
62
63
# This cache stores copies of Bazel downloaded by Bazelisk. The copies are
64
# stored in subdirs coded by hash numbers, and thus this cache can be
0 commit comments