Skip to content

Commit

Permalink
fix CI for latest ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Dec 19, 2024
1 parent eb4483b commit baa8b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
distribution: temurin
java-version: 8
cache: sbt
- uses: sbt/setup-sbt@v1
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
distribution: temurin
java-version: ${{matrix.java}}

- name: Set up sbt
uses: sbt/setup-sbt@v1

- name: Cache Coursier cache
uses: coursier/cache-action@v6

Expand Down

0 comments on commit baa8b86

Please sign in to comment.