Skip to content

Commit

Permalink
GH Actions: use sbt/setup-sbt@v1 to install sbt
Browse files Browse the repository at this point in the history
As of December 2024, `ubuntu-latest` now stands for `ubuntu-24.04`,
which unlike the previous version `ubuntu-22.04` no longer has `sbt`
preinstalled, see
https://github.com/sbt/setup-sbt/tree/v1.1.5?tab=readme-ov-file#why-is-this-github-action-needed

See also
* actions/runner-images#10767
* actions/runner-images#10788
  • Loading branch information
generalmimon committed Dec 26, 2024
1 parent b586f96 commit d3b189e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test

0 comments on commit d3b189e

Please sign in to comment.