We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813532b commit cbbd94eCopy full SHA for cbbd94e
1 file changed
.github/workflows/e2e-android.yml
@@ -45,7 +45,11 @@ jobs:
45
46
- name: Install Android SDK components
47
run: |
48
- sdkmanager --install "platform-tools" "platforms;android-${API_LEVEL}" "system-images;android-${API_LEVEL};google_apis;x86_64" "emulator"
+ 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"
53
54
- name: Create and start emulator
55
0 commit comments