Skip to content

Commit acf7451

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
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:
4848
java-version: 11
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)