diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 55c0a17027..c0b8083e5c 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -22,7 +22,9 @@ jobs: uses: ReactiveCircus/android-emulator-runner@v2.30.1 with: avd-name: arm64Emu + emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none channel: canary + disable-animations: true api-level: 34 target: google_apis ram-size: 6000m