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 acf7451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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-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 acf7451

Please sign in to comment.