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