We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bedb0 commit 1111255Copy full SHA for 1111255
.github/workflows/_android.yml
@@ -139,6 +139,6 @@ jobs:
139
disk-size: 20000M
140
force-avd-creation: false
141
disable-animations: true
142
- emulator-options: -memory 131072 -no-snapshot -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
+ emulator-options: -memory 131072 -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
143
# This is to make sure that the job doesn't fail flakily
144
emulator-boot-timeout: 900
0 commit comments