Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel committed Mar 1, 2021
2 parents 9595d17 + 8c1889d commit d70ae5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 1.8
java-package: jdk+fx
- name: build jar
run: ./gradlew build
- name: Create Release
Expand Down

0 comments on commit d70ae5a

Please sign in to comment.