Skip to content

Commit 7b6b8a2

Browse files
authored
chore(ci): Mitigate ubuntu-latest changes (#208)
1 parent 86761ec commit 7b6b8a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
with:
1818
distribution: adopt
1919
java-version: 8
20+
- uses: sbt/setup-sbt@v1
2021
- uses: actions/cache@v4
2122
with:
2223
path: ~/.ivy2/cache

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
distribution: adopt
1616
java-version: 8
17+
- uses: sbt/setup-sbt@v1
1718
- run: sbt ci-release
1819
env:
1920
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)