Skip to content

Commit

Permalink
Fix setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Mar 16, 2023
1 parent b168047 commit f8a2751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Setup jdk ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit f8a2751

Please sign in to comment.