Skip to content

Commit 72e9565

Browse files
committed
Try setup-skip action
1 parent e7e1449 commit 72e9565

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
@@ -111,7 +111,7 @@ jobs:
111111
run: emulator -list-avds
112112

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

116116
- name: ADB Wait For Device
117117
run: adb wait-for-any-device

0 commit comments

Comments
 (0)