Skip to content

Commit

Permalink
ci: install sbt on macos runners
Browse files Browse the repository at this point in the history
Per
actions/runner-images#9837 (comment),
GH runners no longer have sbt installed.
  • Loading branch information
apotterri committed Jul 3, 2024
1 parent 013baf9 commit a864b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
distribution: temurin
java-version: ${{ matrix.java }}

- name: Install Bash on macOS
- name: Install extras on macOS
if: runner.os == 'macOS'
run: brew install bash
run: brew install bash sbt

- name: Run Tests
shell: bash
Expand Down

0 comments on commit a864b4e

Please sign in to comment.