Skip to content

Commit 2034dd3

Browse files
authored
Merge pull request #199 from xuwei-k/setup-sbt
add `sbt/setup-sbt` action
2 parents 2afe40b + de9d585 commit 2034dd3

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
@@ -21,5 +21,6 @@ jobs:
2121
with:
2222
distribution: temurin
2323
java-version: ${{matrix.java}}
24+
- uses: sbt/setup-sbt@v1
2425
- name: Test
2526
run: sbt ++${{matrix.scala}} test package

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
distribution: temurin
1515
java-version: 8
16+
- uses: sbt/setup-sbt@v1
1617
- run: sbt versionCheck ci-release
1718
env:
1819
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}

0 commit comments

Comments
 (0)