Skip to content

Commit 7e3fd13

Browse files
committed
use google_apis for the emulator type
1 parent b77f68e commit 7e3fd13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
uses: reactivecircus/android-emulator-runner@v2
2222
with:
2323
api-level: 36
24-
target: default
24+
target: google_apis
2525
arch: x86_64
2626
profile: pixel_7
27-
no-audio: true
28-
ram-size: 2048M
29-
disk-size: 4096M
27+
ram-size: 2048M
28+
disk-size: 4096M
3029
disable-animations: true
3130
emulator-boot-timeout: 1200
31+
emulator-options: "-no-window -no-snapshot -no-audio"
3232
script: ./android/gradlew -p ./android :sdl_android:connectedDebugAndroidTest
3333

3434
- name: Hello Sdl Android Tests

0 commit comments

Comments
 (0)