From 7ff0f6ae6d9ad2b1497ed818306eea2c25a4811a Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 24 May 2020 11:54:27 -0400 Subject: [PATCH] rusEFI console does not start under java 11 --- .github/workflows/build-rusEFI-console-11.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-rusEFI-console-11.yaml b/.github/workflows/build-rusEFI-console-11.yaml index 2236b33e28..5ee1aff589 100644 --- a/.github/workflows/build-rusEFI-console-11.yaml +++ b/.github/workflows/build-rusEFI-console-11.yaml @@ -11,8 +11,9 @@ jobs: with: submodules: recursive - uses: actions/setup-java@v1 - with: - java-version: '11' +# todo: need modules access +# with: +# java-version: '11' - name: Test Compiler run: javac -version