Skip to content

Commit

Permalink
MacOS build: use bazelisk and set bazel version < 7
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Feb 3, 2024
1 parent 23d683d commit 3be0a6e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ jobs:

- name: Install Dependencies
run: |
brew unlink bazelisk
brew install llvm bazel@6
brew install llvm
echo "CLANG_TIDY=$(brew --prefix llvm)/bin/clang-tidy" >> $GITHUB_ENV
echo "USE_BAZEL_VERSION=6.5.0" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -371,8 +371,7 @@ jobs:

- name: Install Dependencies
run: |
brew unlink bazelisk
brew install bazel@6
echo "USE_BAZEL_VERSION=6.5.0" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 3be0a6e

Please sign in to comment.