Skip to content

Commit

Permalink
CI: fix MacOS jobs (install sbt with homebrew)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jun 22, 2024
1 parent a50f3cf commit 3374254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
with:
fetch-depth: 0

- name: Install SBT on MacOS
if: matrix.os == 'macos-latest'
run: brew install sbt

- name: Setup Java (zulu@8)
if: matrix.java == 'zulu@8'
uses: actions/setup-java@v4
Expand Down

0 comments on commit 3374254

Please sign in to comment.