Skip to content

Commit 9f7c724

Browse files
committed
added missing sbt gone in latest ubuntu
1 parent b1a8455 commit 9f7c724

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
with:
1414
distribution: temurin
1515
java-version: 11
16+
- name: Setup sbt
17+
uses: sbt/setup-sbt@v1
1618
- name: Build and Test
1719
run: sbt -v +test

0 commit comments

Comments
 (0)