Skip to content

Commit 65e033a

Browse files
committed
add sbt/setup-sbt action
1 parent 2d3f543 commit 65e033a

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
@@ -22,5 +22,6 @@ jobs:
2222
with:
2323
distribution: temurin
2424
java-version: ${{matrix.java}}
25+
- uses: sbt/setup-sbt@v1
2526
- name: Test
2627
run: sbt ++${{matrix.scala}} "all Test/compile examples/Test/compile uitest/Test/compile" 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)