We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c079aa0 commit d5d4676Copy full SHA for d5d4676
.github/workflows/ci.yml
@@ -38,11 +38,10 @@ jobs:
38
- uses: actions/checkout@v2
39
with:
40
fetch-depth: 0
41
- - uses: joschi/setup-jdk@v2
42
- id: setup-java-14
+ - uses: actions/setup-java@v1
43
44
java-version: 14
45
- architecture: ${{ matrix.architecture }}
+ java-package: jdk+fx
46
- uses: joschi/setup-jdk@v2
47
48
java-version: 11
0 commit comments