File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,17 @@ jobs:
1717 with :
1818 java-version : 17
1919
20- - name : Sdl Android Tests
21- # For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
20+ - name : SDL Android Tests (ARM64)
2221 uses : reactivecircus/android-emulator-runner@v2
2322 with :
24- api-level : 36
23+ api-level : 36
24+ target : google_apis
25+ arch : arm64-v8a
2526 cores : 1
2627 ram-size : 6144
2728 heap-size : 512
28- arch : x86_64
2929 script : ./android/gradlew -p ./android :sdl_android:connectedCheck
30+ emulator-options : -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -no-metrics
3031
3132 - name : Hello Sdl Android Tests
3233 run : ./android/gradlew -p ./android/hello_sdl_android test
You can’t perform that action at this time.
0 commit comments