Using bazelisk on macOS CI (#1049)

This commit is contained in:
Ezekiel Warren
2022-05-19 14:52:43 -07:00
committed by GitHub
parent bba3aa9c8f
commit b81dd8177d

View File

@@ -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: