Skip to content

Commit 456fa24

Browse files
committed
chore: Add sbt since it's not avaiable on the iamge
1 parent 872e3a6 commit 456fa24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- uses: coursier/[email protected]
3939
with:
4040
jvm: "temurin:17"
41+
apps: sbt
4142
- name: Tests
4243
run: |
4344
.github/setup-test-projects.sh &&\
@@ -64,6 +65,7 @@ jobs:
6465
- uses: coursier/[email protected]
6566
with:
6667
jvm: "temurin:17"
68+
apps: sbt
6769
- name: Compile and test main projects
6870
# Only running the tests in 2.12 for now. Many test fixtures need
6971
# to be updated for 2.13.

0 commit comments

Comments
 (0)