Skip to content

Commit

Permalink
Add distribution to setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Jan 9, 2024
1 parent 9a1a31c commit 7887f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17.x
java-version: '17'
distribution: 'oracle'

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 7887f7f

Please sign in to comment.