Skip to content

Commit 9c1fa54

Browse files
committed
install sbt in CI jobs
1 parent b4af577 commit 9c1fa54

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/upstream-dispatch-v2.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- name: Setup sbt
21+
uses: sbt/setup-sbt@v1
22+
2023
- name: Setup Java (zulu@8)
2124
uses: actions/setup-java@v4
2225
with:

.github/workflows/upstream-dispatch-v3.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
ref: master
1919
fetch-depth: 0
2020

21+
- name: Setup sbt
22+
uses: sbt/setup-sbt@v1
23+
2124
- name: Setup Java (zulu@17)
2225
uses: actions/setup-java@v4
2326
with:

0 commit comments

Comments
 (0)