Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
Latest Ubuntu no longer includes SBT
actions/runner-images#10788
  • Loading branch information
kittsville committed Dec 11, 2024
1 parent f02bf28 commit 5c5d9b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
distribution: temurin
java-version: 20
cache: sbt
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Test
run: sbt test

0 comments on commit 5c5d9b8

Please sign in to comment.