Skip to content

Commit

Permalink
install sbt in case of macos as it is no longer included in gh image
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed May 1, 2024
1 parent 35b4cab commit c9df41e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
distribution: ${{ matrix.java_distribution }}
java-version: ${{ matrix.java_version }}
cache: 'sbt'

- name: "install sbt"
if: ${{ matrix.os == 'macos-latest'}}
run: brew install sbt
- name: "sbt test using JDK ${{ matrix.java_version }}"
run: sbt test
- name: "sbt publishLocal using JDK ${{ matrix.java_version }}"
Expand Down

0 comments on commit c9df41e

Please sign in to comment.