Skip to content

Commit 2c419de

Browse files
committed
clean up avd
1 parent 53908be commit 2c419de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: reactivecircus/android-emulator-runner@v2
121121
with:
122122
api-level: ${{ matrix.api-level }}
123-
# arch: arm64-v8a # Specify ARM architecture
123+
arch: x86_64
124124
force-avd-creation: false
125125
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
126126
disable-animations: false
@@ -130,6 +130,7 @@ jobs:
130130
uses: reactivecircus/android-emulator-runner@v2
131131
with:
132132
api-level: ${{ matrix.api-level }}
133+
arch: x86_64
133134
force-avd-creation: false
134135
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
135136
disable-animations: true

0 commit comments

Comments
 (0)