Skip to content

Commit

Permalink
Add required "distribution" parameter to setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Oct 30, 2023
1 parent 3ca25df commit 69b82a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
java-version: 8
distribution: zulu
java-version: 1.14
- uses: ruby/setup-ruby@v1.159.0
with:
bundler-cache: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
java-version: 8
distribution: zulu
java-version: 1.14
- name: 'Print versions'
run: |
java -version
Expand Down

0 comments on commit 69b82a8

Please sign in to comment.