Skip to content

Commit 9f51641

Browse files
authored
chore: update CI to install sbt (#659)
1 parent ebc0a95 commit 9f51641

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .github/workflows/ci.yml

+6
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:
@@ -55,6 +57,8 @@ jobs:
5557
with:
5658
fetch-depth: 0
5759

60+
- uses: sbt/setup-sbt@v1
61+
5862
- name: Set up JVM
5963
uses: actions/setup-java@v4
6064
with:
@@ -77,6 +81,8 @@ jobs:
7781
with:
7882
fetch-depth: 0
7983

84+
- uses: sbt/setup-sbt@v1
85+
8086
- name: Set up JVM
8187
uses: actions/setup-java@v4
8288
with:

Diff for: .github/workflows/release.yml

+2
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)