Skip to content

Commit 1a27997

Browse files
committed
chore: update CI to install sbt
1 parent ebc0a95 commit 1a27997

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434

35+
- uses: sbt/setup-sbt@v1
36+
3537
- name: Set up JVM
3638
uses: actions/setup-java@v4
3739
with:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414

15+
- uses: sbt/setup-sbt@v1
16+
1517
- name: Set up JVM
1618
uses: actions/setup-java@v4
1719
with:

0 commit comments

Comments
 (0)