Skip to content

Commit 7960ea1

Browse files
authored
Update CI to use SBT action (#3558)
1 parent a9f2d0c commit 7960ea1

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
@@ -53,6 +53,8 @@ jobs:
5353
with:
5454
distribution: ${{ matrix.distribution }}
5555
java-version: ${{ matrix.java }}
56+
- name: Install sbt
57+
uses: sbt/setup-sbt@v1
5658

5759
- name: Release
5860
run: sbt ci-release

0 commit comments

Comments
 (0)