Skip to content

Commit 62585ad

Browse files
authored
add setup-sbt action (#499)
1 parent 1a1daaa commit 62585ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
~/.ivy2/cache
2020
~/.cache/coursier
2121
key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }}
22+
- uses: sbt/setup-sbt@v1
2223
- name: Compile and test
2324
run: |
2425
sbt +test

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
java-version: 8
1515
distribution: temurin
1616
- uses: olafurpg/setup-gpg@v3
17+
- uses: sbt/setup-sbt@v1
1718
- name: Publish ${{ github.ref }}
1819
run: sbt ci-release
1920
env:

0 commit comments

Comments
 (0)