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 c2b62f7 commit b77f68eCopy full SHA for b77f68e
.github/workflows/android.yml
@@ -21,9 +21,12 @@ jobs:
21
uses: reactivecircus/android-emulator-runner@v2
22
with:
23
api-level: 36
24
- target: google_apis
+ target: default
25
arch: x86_64
26
profile: pixel_7
27
+ no-audio: true
28
+ ram-size: 2048M
29
+ disk-size: 4096M
30
disable-animations: true
31
emulator-boot-timeout: 1200
32
script: ./android/gradlew -p ./android :sdl_android:connectedDebugAndroidTest
0 commit comments