Skip to content

Commit 49ddfa2

Browse files
committed
Try to run the Android emulator
1 parent d922337 commit 49ddfa2

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
@@ -38,7 +38,7 @@ jobs:
3838
echo "y" | $ANDROID_HOME/emulator/emulator -list-avds
3939
echo "Starting emulator"
4040
# Start emulator in background
41-
nohup $ANDROID_HOME/emulator/emulator -avd test -no-snapshot -no-window -no-audio -no-boot-anim -accel none -no-metrics &
41+
nohup $ANDROID_HOME/emulator/emulator -avd test -no-snapshot -no-window -no-audio -no-boot-anim -accel off -no-metrics &
4242
# Fixed quoting around "\r"
4343
$ANDROID_HOME/platform-tools/adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed | tr -d "\r") ]]; do sleep 1; done; input keyevent 82'
4444
$ANDROID_HOME/platform-tools/adb devices

0 commit comments

Comments
 (0)