Skip to content

Commit

Permalink
Re-add distribution to setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Jan 10, 2024
1 parent 5d1da07 commit 48576f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
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 48576f0

Please sign in to comment.