Skip to content

Commit

Permalink
ci(detox-android): try using default java version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Dec 6, 2024
1 parent be8d6c6 commit f105c5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-detox-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f105c5c

Please sign in to comment.