Skip to content

Commit

Permalink
Use OpenJDK version of JPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinShalit committed Sep 8, 2020
1 parent c079aa0 commit d5d4676
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: joschi/setup-jdk@v2
id: setup-java-14
- uses: actions/setup-java@v1
with:
java-version: 14
architecture: ${{ matrix.architecture }}
java-package: jdk+fx
- uses: joschi/setup-jdk@v2
with:
java-version: 11
Expand Down

0 comments on commit d5d4676

Please sign in to comment.