From 16eefec47348a55d5682656db7ecea14ff7bb097 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Sat, 22 Jan 2022 14:25:10 +0200 Subject: [PATCH] use liberica to build on all platforms --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc8c6604..86d531c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,10 +8,10 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v2 with: java-version: '11' - architecture: x64 + distribution: 'liberica' - name: Build run: xvfb-run -a ./gradlew --info test all @@ -25,9 +25,10 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: actions/setup-java@v1 + - uses: actions/setup-java@v2 with: java-version: '11' + distribution: 'liberica' - run: ./gradlew test mac --info env: APPLE_USER: ${{ secrets.APPLE_USER }}