Skip to content

Commit 7887f7f

Browse files
committed
Add distribution to setup java
1 parent 9a1a31c commit 7887f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- name: Setup Java
1515
uses: actions/setup-java@v4
1616
with:
17-
java-version: 17.x
17+
java-version: '17'
18+
distribution: 'oracle'
1819

1920
- name: Setup Ruby
2021
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)