Skip to content

Commit

Permalink
ci: Add missing distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 21, 2024
1 parent b30cf01 commit 10acf8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: ${{ matrix.java }}
java-package: jdk+fx
- name: Cache Gradle packages
Expand Down

0 comments on commit 10acf8b

Please sign in to comment.