Skip to content

Commit b77f68e

Browse files
committed
improve emulator boot time
1 parent c2b62f7 commit b77f68e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
uses: reactivecircus/android-emulator-runner@v2
2222
with:
2323
api-level: 36
24-
target: google_apis
24+
target: default
2525
arch: x86_64
2626
profile: pixel_7
27+
no-audio: true
28+
ram-size: 2048M
29+
disk-size: 4096M
2730
disable-animations: true
2831
emulator-boot-timeout: 1200
2932
script: ./android/gradlew -p ./android :sdl_android:connectedDebugAndroidTest

0 commit comments

Comments
 (0)