We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53908be commit 2c419deCopy full SHA for 2c419de
.github/workflows/android.yml
@@ -120,7 +120,7 @@ jobs:
120
uses: reactivecircus/android-emulator-runner@v2
121
with:
122
api-level: ${{ matrix.api-level }}
123
- # arch: arm64-v8a # Specify ARM architecture
+ arch: x86_64
124
force-avd-creation: false
125
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
126
disable-animations: false
@@ -130,6 +130,7 @@ jobs:
130
131
132
133
134
135
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
136
disable-animations: true
0 commit comments