Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Mar 15, 2024
1 parent 234ae87 commit 4f199a5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/amd64_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
- name: Install Bazel
run: |
brew update
brew unlink bazelisk
brew install bazel
brew upgrade
command -v bazelisk | true
command -v bazel | true
#brew unlink bazelisk
#brew install bazel
- name: Check Bazel
run: bazel version
- name: Build
Expand Down

0 comments on commit 4f199a5

Please sign in to comment.