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 7af9ecb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/amd64_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
- uses: actions/checkout@v4
- name: Install Bazel
run: |
brew update
brew unlink bazelisk
brew install bazel
brew update || true
brew upgrade || true
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 7af9ecb

Please sign in to comment.