From d3883e2f63962280b0c1eb624e544cf9774acd90 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Sun, 26 Mar 2023 20:46:34 +0200 Subject: [PATCH] java v --- .github/workflows/maestro.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maestro.yml b/.github/workflows/maestro.yml index 94487fcb..1301803f 100644 --- a/.github/workflows/maestro.yml +++ b/.github/workflows/maestro.yml @@ -17,16 +17,15 @@ jobs: - name: Node uses: actions/setup-node@v2 - - name: Use specific Java version for sdkmanager to work - uses: joschi/setup-jdk@v2 - with: - java-version: 'openjdk8' - architecture: 'x64' - - name: Install npm dependencies working-directory: ./examples/Rn069 run: yarn install --frozen-lockfile --network-timeout 60000 + - uses: actions/setup-java@v3 + with: + java-version: 11 + distribution: 'temurin' + - name: build working-directory: ./examples/Rn069/android run: ./gradlew assembleRelease