Skip to content

Commit e718bfd

Browse files
committed
???
1 parent 284b3aa commit e718bfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
uses: reactivecircus/android-emulator-runner@v2
5858
with:
5959
api-level: ${{ matrix.api-level }}
60+
arch: x86_64
61+
target: default
6062
force-avd-creation: false
6163
disable-animations: false
6264
script: echo "Generated AVD snapshot for caching."
@@ -65,6 +67,8 @@ jobs:
6567
uses: reactivecircus/android-emulator-runner@v2
6668
with:
6769
api-level: ${{ matrix.api-level }}
70+
arch: x86_64
71+
target: default
6872
force-avd-creation: false
6973
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-front emulated -camera-back emulated
7074
disable-animations: true

0 commit comments

Comments
 (0)