Skip to content

Commit baa8b86

Browse files
committed
fix CI for latest ubuntu-latest
1 parent eb4483b commit baa8b86

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.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 }}

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
distribution: temurin
3737
java-version: ${{matrix.java}}
3838

39+
- name: Set up sbt
40+
uses: sbt/setup-sbt@v1
41+
3942
- name: Cache Coursier cache
4043
uses: coursier/cache-action@v6
4144

0 commit comments

Comments
 (0)