Skip to content

Commit ba42b25

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci_emulator_run.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ jobs:
152152
run: |
153153
vab install "build-tools;33.0.2"
154154
vab install "platforms;android-30"
155-
vab install emulator
156155
vab install bundletool
157156
vab install aapt2
158157
@@ -170,12 +169,12 @@ jobs:
170169
- name: Prepare emulator
171170
#if: steps.cache-emulator.outputs.cache-hit != 'true'
172171
run: |
173-
vab install 'system-images;android-30;aosp_atd;x86_64'
172+
vab install 'system-images;android-30;aosp_atd;arm64'
174173
175174
- name: Create test AVD
176175
run: |
177176
export ANDROID_SDK_ROOT="$HOME/.cache/v/android/sdk"
178-
echo no | $ANDROID_SDK_ROOT/tools/bin/avdmanager create avd --force --name test --abi aosp_atd/x86_64 --package 'system-images;android-30;aosp_atd;x86_64'
177+
echo no | $ANDROID_SDK_ROOT/tools/bin/avdmanager create avd --force --name test --abi aosp_atd/arm64 --package 'system-images;android-30;aosp_atd;arm64'
179178
180179
- name: Install and run V + V UI examples as APK and AAB
181180
run: |

0 commit comments

Comments
 (0)