Skip to content

Commit 282362d

Browse files
committed
Try using zulu JDK to fix memory issues
1 parent d064a29 commit 282362d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
with:
4444
java-version: 14
4545
java-package: jdk+fx
46-
- uses: joschi/setup-jdk@v2
46+
- uses: actions/setup-java@v1
4747
with:
48-
java-version: 11
48+
java-version: 11.0.4
49+
java-package: jdk+fx
4950
architecture: ${{ matrix.architecture }}
5051
- name: Check
5152
run: ./gradlew check jacocoTestReport jacocoRootReport :ui:jpackage -Pheadless=true -Pgeneration -PlogTests -Pjdk14=${{ steps.setup-java-14.outputs.path }} --stacktrace ${{ matrix.build-options }}

0 commit comments

Comments
 (0)