Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 25b97d3

Browse files
Decrease java version
1 parent 57cb3b8 commit 25b97d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: adb devices
2020
- name: Gradle cache
2121
uses: gradle/actions/setup-gradle@v3
22+
with:
23+
java-version: 8
2224
- name: Download system image "android-${{ matrix.api-level }}"
2325
run: $ANDROID_HOME/tools/bin/sdkmanager "system-images;android-${{ matrix.api-level }};google_apis;x86"
2426
- name: Create android emulator

0 commit comments

Comments
 (0)