Skip to content

Commit

Permalink
chore: use setup-sbt since latest ubuntu update no longer ships it
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Jan 17, 2025
1 parent a630540 commit 047b3f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
java-version: '21'
cache: 'sbt'

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Test
run: |
sbt \
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
distribution: 'zulu'
java-version: '21'

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Prepare environment
env:
SONATYPE_SBT: ${{ secrets.SONATYPE_SBT }}
Expand Down

0 comments on commit 047b3f9

Please sign in to comment.