Skip to content

Commit

Permalink
Possible fix for missing JFX
Browse files Browse the repository at this point in the history
See actions/setup-java#18 and docs for setup-java.
  • Loading branch information
jackjt8 authored Jan 22, 2021
1 parent 4419bd7 commit 78383dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
java-package: jdk+fx:#
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 78383dd

Please sign in to comment.