Skip to content

Commit b120339

Browse files
fix: andorid e2e
1 parent f72b8a2 commit b120339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Finalize Android SDK
113113
run: |
114114
/bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null"
115-
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "emulator" "platform-tools"
115+
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "emulator" "platform-tools" "skins;android-36"
116116
echo "$ANDROID_HOME/cmdline-tools/latest/bin" >> $GITHUB_PATH
117117
echo "$ANDROID_HOME/platform-tools" >> $GITHUB_PATH
118118
echo "$ANDROID_HOME/emulator" >> $GITHUB_PATH

0 commit comments

Comments
 (0)