Skip to content

Commit 0fe250c

Browse files
committed
Try setup-skip action
1 parent 3671b13 commit 0fe250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: emulator -list-avds
9292

9393
- name: Emulator - Boot
94-
run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-snapshot -noaudio -no-boot-anim &
94+
run: emulator -memory 4096 -avd "${ANDROID_EMULATOR_NAME}" -wipe-data -no-window -accel off -no-accel -gpu off -engine classic -no-snapshot -noaudio -no-boot-anim &
9595

9696
- name: ADB Wait For Device
9797
run: adb wait-for-any-device

0 commit comments

Comments
 (0)