CI: Setup SBT manually

One of the core developers of SBT has kindly created an action to replace
the missing SBT in newer Ubuntu images.
https://github.com/marketplace/actions/setup-sbt-installer

Closes: #4267
This commit is contained in:
Philip Chimento 2024-10-15 16:59:19 -07:00 committed by Philip Chimento
parent 4b17ad3f3d
commit 9f3ea11f7f
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Add to PATH
shell: bash
run: |