Skip to content

Commit 3eb8eef

Browse files
committed
ci: install sbt on macos runners
Per actions/runner-images#9837 (comment), GH runners no longer have sbt installed.
1 parent 6dcd0d9 commit 3eb8eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
distribution: temurin
3636
java-version: ${{ matrix.java }}
3737

38-
- name: Install Bash on macOS
38+
- name: Install extras on macOS
3939
if: runner.os == 'macOS'
40-
run: brew install bash
40+
run: brew install bash sbt
4141

4242
- name: Run Tests
4343
shell: bash

0 commit comments

Comments
 (0)