Skip to content

Commit 8385051

Browse files
committed
ubuntu-latest no longer has sbt
1 parent 7970eae commit 8385051

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
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
distribution: temurin
2626
java-version: ${{matrix.java}}
27+
- uses: sbt/setup-sbt@v1
2728
- name: Test
2829
run: sbt "setScalaVersion ${{matrix.scala}}" test core/headerCheck package
2930

@@ -49,5 +50,6 @@ jobs:
4950
with:
5051
distribution: temurin
5152
java-version: ${{matrix.java}}
53+
- uses: sbt/setup-sbt@v1
5254
- name: Test
5355
run: sbt "setScalaVersion ${{matrix.scala}}" test core/headerCheck package

0 commit comments

Comments
 (0)