Skip to content

Commit

Permalink
Use the setup-sbt action
Browse files Browse the repository at this point in the history
It turns out SBT isn't available in the latest ubuntu image:
actions/setup-java#694
  • Loading branch information
tjmw committed Oct 14, 2024
1 parent 8259474 commit b857132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
java-version: '21'
cache: 'sbt'

- name: Setup SBT
uses: sbt/setup-sbt@v1

- name: Run tests and build subproject JAR
run: sbt "project ${{ matrix.subproject }}" test assembly

Expand Down

0 comments on commit b857132

Please sign in to comment.