Skip to content

Commit

Permalink
fix java setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Jan 29, 2024
1 parent 52a1d89 commit dd9ba2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: "17.0.7+7"
distribution: "liberica"
java-package: "jdk+fx"

- name: Cache local Maven repository and JDK cache
uses: actions/cache@v3
Expand Down Expand Up @@ -179,6 +181,8 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: "17.0.7+7"
distribution: "liberica"
java-package: "jdk+fx"

- name: Cache local Maven repository and JDK cache
uses: actions/cache@v3
Expand Down

0 comments on commit dd9ba2f

Please sign in to comment.