Skip to content

Commit

Permalink
CI: install latest Bazel for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Oct 8, 2021
1 parent a30fbff commit 54c6a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
xcode-version: latest

- run: sudo wget https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-darwin-amd64 -O /usr/local/bin/bazel
- run: sudo chmod +x /usr/local/bin/bazel

- run: bazel test -s rtorrent_test

- run: bazel build -s rtorrent
Expand Down

0 comments on commit 54c6a64

Please sign in to comment.