We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4308999 commit a4bacbdCopy full SHA for a4bacbd
1 file changed
.github/workflows/android.yml
@@ -17,16 +17,17 @@ jobs:
17
with:
18
java-version: 17
19
20
- - name: Sdl Android Tests
21
- # For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
+ - name: SDL Android Tests (ARM64)
22
uses: reactivecircus/android-emulator-runner@v2
23
24
- api-level: 36
+ api-level: 36
+ target: google_apis
25
+ arch: arm64-v8a
26
cores: 1
27
ram-size: 6144
28
heap-size: 512
- arch: x86_64
29
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
30
+ emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot -noaudio -no-boot-anim -no-metrics
31
32
- name: Hello Sdl Android Tests
33
run: ./android/gradlew -p ./android/hello_sdl_android test
0 commit comments