Skip to content

Commit 5fd98ab

Browse files
committed
chmod bazel executable in CI (Linux)
1 parent c9c2eb8 commit 5fd98ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ commands:
2424
steps:
2525
- run: curl -OL https://github.com/bazelbuild/bazelisk/releases/download/v1.17.0/bazelisk-linux-amd64
2626
- run: sudo mv bazelisk-linux-amd64 /usr/local/bin/bazel
27+
- run: chmod a+x /usr/local/bin/bazel
2728

2829
install-bazel-linux-arm64:
2930
steps:

0 commit comments

Comments
 (0)