From f105c5c0e4a040de2395d429bb60fd2d8070616f Mon Sep 17 00:00:00 2001 From: Thomas Pearson <119269574+thomas-pearson-mattr@users.noreply.github.com> Date: Sat, 7 Dec 2024 11:31:11 +1300 Subject: [PATCH] ci(detox-android): try using default java version --- .github/workflows/ci-detox-android.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-detox-android.yml b/.github/workflows/ci-detox-android.yml index cc07be68..aa288637 100644 --- a/.github/workflows/ci-detox-android.yml +++ b/.github/workflows/ci-detox-android.yml @@ -109,11 +109,11 @@ jobs: working-directory: wrappers/react-native/example run: yarn install --frozen-lockfile - - name: Set up Java 17 Required Android SDK manager - uses: actions/setup-java@v3 - with: - java-version: "17" - distribution: "corretto" + # - name: Set up Java 17 Required Android SDK manager + # uses: actions/setup-java@v3 + # with: + # java-version: "17" + # distribution: "temurin" # - name: Set up Android SDK # uses: android-actions/setup-android@v2