Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ jobs:
- checkout
- run: brew install grep
- run:
name: install bazel
name: install bazelisk
command: |
brew install bazel
brew install bazelisk
- run: test/test_bazel_mac.sh

test-bazel-windows:
Expand Down