Skip to content

Commit 8712402

Browse files
committed
ci: explicitly install sbt
as it doesn't come with ubuntu-latest anymore
1 parent d41ad93 commit 8712402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
distribution: temurin
2121
java-version: ${{matrix.java}}
2222
- uses: coursier/cache-action@v6
23+
- uses: sbt/setup-sbt@v1
2324
# note use of an old sbt version, as a smoke test
2425
- run: "sbt +test mimaReportBinaryIssues 'set sbtplugin/scriptedSbt := \"1.3.13\"' 'scripted sbt-mima-plugin/minimal'"
2526
testFunctional:

0 commit comments

Comments
 (0)