Skip to content

Commit

Permalink
brew install SBT only on mac-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Sep 11, 2024
1 parent 2fef5a2 commit c67e1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
java-version: ${{ matrix.java }}

- run: brew install sbt
if: ${{ matrix.os == 'macos-latest' }}

- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit c67e1e6

Please sign in to comment.