Skip to content

Commit cbbd94e

Browse files
fix: android sdk installation
1 parent 813532b commit cbbd94e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/e2e-android.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545

4646
- name: Install Android SDK components
4747
run: |
48-
sdkmanager --install "platform-tools" "platforms;android-${API_LEVEL}" "system-images;android-${API_LEVEL};google_apis;x86_64" "emulator"
48+
yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --install \
49+
"platform-tools" \
50+
"platforms;android-${API_LEVEL}" \
51+
"system-images;android-${API_LEVEL};google_apis;x86_64" \
52+
"emulator"
4953
5054
- name: Create and start emulator
5155
run: |

0 commit comments

Comments
 (0)