Skip to content

Commit 4e3bb73

Browse files
committed
Ensure macOS environment has 'sbt' command
1 parent 926313c commit 4e3bb73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ jobs:
2222
distribution: 'zulu'
2323
java-version: ${{ matrix.java }}
2424
cache: 'sbt'
25+
- name: Install common dependencies
26+
shell: bash
27+
run: brew install sbt
2528
- name: Run tests (${{ matrix.os }}) Java ${{ matrix.java }}
2629
run: sbt g8Test

0 commit comments

Comments
 (0)