Skip to content

Commit e64b196

Browse files
committed
setup SBT explicitly (workaround-fix for actions/setup-java#712 (comment))
1 parent e80abe6 commit e64b196

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ jobs:
2222

2323
- uses: coursier/cache-action@v6
2424

25-
- name: setup Java and SBT
25+
- name: setup Java
2626
uses: actions/setup-java@v4
2727
with:
2828
java-version: '17'
2929
distribution: 'oracle'
3030
cache: 'sbt'
31+
- name: setup SBT
32+
uses: sbt/setup-sbt@v1
3133

3234
- name: setup credentials
3335
run: |

0 commit comments

Comments
 (0)