Skip to content

Commit b25393f

Browse files
committed
ci: avoid flaky emulator animation toggle step
1 parent 464f96e commit b25393f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
target: google_apis
9191
arch: x86_64
9292
profile: Nexus 6
93-
disable-animations: true
93+
disable-animations: false
9494
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
9595
script: |
9696
if [ -z "${ANDROID_NDK_HOME:-}" ] && [ -d "${ANDROID_SDK_ROOT}/ndk" ]; then

0 commit comments

Comments
 (0)