Skip to content

Commit 3fe4eb5

Browse files
committed
Install sbt
1 parent e187e71 commit 3fe4eb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scala.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
distribution: temurin
2020
java-version: 8.0.372+7
2121
cache: sbt
22+
- name: Install sbt
23+
uses: sbt/setup-sbt@v1
2224
- name: Run tests
23-
run: sbt "^ scripted"
25+
run: sbt "^ scripted"

0 commit comments

Comments
 (0)