Skip to content

Commit 1ffce99

Browse files
committed
incorrect parameters to the emulator.
1 parent ac8e702 commit 1ffce99

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/x86_64-unknown-linux-android.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@ jobs:
7373
api-level: 34
7474
arch: x86_64
7575
target: google_apis
76-
cache: true
77-
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
76+
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -memory 2048
77+
disable-animations: true
7878
script: |
7979
# Wait for emulator to be fully ready
8080
adb wait-for-device
81+
adb shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done'
8182
cd build
8283
ctest --output-on-failure

0 commit comments

Comments
 (0)