Skip to content

Commit

Permalink
setup SBT explicitly (workaround-fix for actions/setup-java#712 (comm…
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Jan 10, 2025
1 parent e80abe6 commit e64b196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:

- uses: coursier/cache-action@v6

- name: setup Java and SBT
- name: setup Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'oracle'
cache: 'sbt'
- name: setup SBT
uses: sbt/setup-sbt@v1

- name: setup credentials
run: |
Expand Down

0 comments on commit e64b196

Please sign in to comment.