Skip to content

Commit a7f6d77

Browse files
committed
npm install -g is needed and it works after all
I can't reproduce the permissions failure I got before when trying to use `-g`. Oh well.
1 parent 84d3a11 commit a7f6d77

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)