Skip to content

Commit

Permalink
chore(CI): Set JDK distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Apr 12, 2021
1 parent 1dd7ebe commit cc3bdc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Set up JDK 15
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 15

- uses: actions/cache@v2.1.4
Expand Down Expand Up @@ -138,6 +139,7 @@ jobs:
- name: Set up JDK 15
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 15

- uses: actions/cache@v2.1.4
Expand Down

0 comments on commit cc3bdc4

Please sign in to comment.