Skip to content

Commit

Permalink
Fix for missing JFX with GitHub Actions (#793)
Browse files Browse the repository at this point in the history
* Possible fix for missing JFX

See actions/setup-java#18 and docs for setup-java.

* Update gradle.yml
  • Loading branch information
jackjt8 authored Jan 22, 2021
1 parent 4419bd7 commit feeef8e
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 feeef8e

Please sign in to comment.