Skip to content

Commit 99157aa

Browse files
committed
May need -g with npm install
1 parent ba0a3af commit 99157aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/set-up-bazel/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
env:
5959
BAZELISK_SHOW_PROGRESS: ${{inputs.debug || runner.debug}}
6060
shell: bash
61-
run: npm install @bazel/bazelisk
61+
run: npm install -g @bazel/bazelisk
6262

6363
# This cache stores copies of Bazel downloaded by Bazelisk. The copies are
6464
# stored in subdirs coded by hash numbers, and thus this cache can be

0 commit comments

Comments
 (0)