Skip to content

Commit 088f38b

Browse files
authored
Update maven.yml
1 parent 7e1aed3 commit 088f38b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Set up JDK 8
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '8.0.282+jx'
22+
java-package: jdk+fx
23+
java-version: '8.0.282'
2324
distribution: 'adopt'
2425
- name: Add openjfx
2526
run: sudo apt-get install openjfx

0 commit comments

Comments
 (0)