Skip to content

Commit 5171358

Browse files
committed
Install sbt
1 parent cf2e060 commit 5171358

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
distribution: "${{ matrix.distribution }}"
3131
java-version: "${{ matrix.java }}"
3232
cache: sbt
33+
- uses: sbt/setup-sbt@v1
3334
- name: Build and test (sbt 1.x)
3435
if: ${{ matrix.sbt == 1 }}
3536
shell: bash

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
distribution: temurin
2222
java-version: 8
2323
cache: sbt
24+
- uses: sbt/setup-sbt@v1
2425
- name: Test
2526
run: |
2627
gpg --import test-key.gpg

0 commit comments

Comments
 (0)