Skip to content

Commit

Permalink
ubuntu-latest no longer has sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Dec 18, 2024
1 parent 7970eae commit 8385051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
distribution: temurin
java-version: ${{matrix.java}}
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt "setScalaVersion ${{matrix.scala}}" test core/headerCheck package

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

0 comments on commit 8385051

Please sign in to comment.