Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e956af

Browse files
authored
fix CI (new Ubuntu image lacks sbt) (#318)
1 parent 4a500c0 commit 6e956af

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
@@ -12,4 +12,5 @@ jobs:
1212
distribution: temurin
1313
java-version: 8
1414
cache: sbt
15+
- uses: sbt/setup-sbt@v1
1516
- run: sbt compile

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
distribution: temurin
1616
java-version: 8
1717
cache: sbt
18+
- uses: sbt/setup-sbt@v1
1819
- run: sbt ci-release
1920
env:
2021
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)