Skip to content

Commit 2f272ff

Browse files
committed
ci: update ci_emulator_run.yml
1 parent 592777f commit 2f272ff

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/ci_emulator_run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
run: |
153153
vab install "build-tools;33.0.2"
154154
vab install "platforms;android-30"
155+
vab install emulator
155156
vab install bundletool
156157
vab install aapt2
157158

android/env/env.v

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -552,19 +552,6 @@ fn install_opt(opt InstallOptions) !bool {
552552
]
553553
}
554554

555-
$if macos && arm64 {
556-
if opt.dep == .system_images {
557-
install_cmd = [
558-
'yes',
559-
'|',
560-
sdkmanager(),
561-
'--channel=3',
562-
'--sdk_root="${sdk.root()}"',
563-
'"${item}"',
564-
]
565-
}
566-
}
567-
568555
match opt.dep {
569556
.bundletool {
570557
return ensure_bundletool(opt.verbosity)

0 commit comments

Comments
 (0)