Skip to content

Commit

Permalink
Try using zulu JDK to fix memory issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinShalit committed Sep 8, 2020
1 parent d064a29 commit 8f50409
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
with:
java-version: 14
java-package: jdk+fx
- uses: joschi/setup-jdk@v2
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 11.0.7
java-package: jdk+fx
architecture: ${{ matrix.architecture }}
- name: Check
run: ./gradlew check jacocoTestReport jacocoRootReport :ui:jpackage -Pheadless=true -Pgeneration -PlogTests -Pjdk14=${{ steps.setup-java-14.outputs.path }} --stacktrace ${{ matrix.build-options }}
Expand Down

0 comments on commit 8f50409

Please sign in to comment.