Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
keac committed Apr 15, 2021
1 parent 088f38b commit 0133d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
uses: actions/setup-java@v1
with:
java-package: jdk+fx
java-version: '8.0.282'
java-version: '1.8'
distribution: 'adopt'
- name: Add openjfx
run: sudo apt-get install openjfx
Expand Down

0 comments on commit 0133d34

Please sign in to comment.