Skip to content

Commit

Permalink
fix CI. add setup-sbt action (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 15, 2024
1 parent 5361c08 commit 4fd52d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
distribution: "temurin"
java-version: ${{ matrix.java }}
- uses: sbt/setup-sbt@v1
- name: Run tests
env:
SCALA_VERSION: ${{ matrix.scala }}
Expand Down

0 comments on commit 4fd52d5

Please sign in to comment.