Skip to content

Commit

Permalink
Add missing distribution param to Java CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentg committed Jul 11, 2024
1 parent 9cd6e72 commit d3f57c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 20
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 20
java-version: 21
distribution: microsoft
- name: Cache Gradle packages
uses: actions/cache@v4
with:
Expand Down

0 comments on commit d3f57c5

Please sign in to comment.