We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8e702 commit 1ffce99Copy full SHA for 1ffce99
1 file changed
.github/workflows/x86_64-unknown-linux-android.yml
@@ -73,10 +73,11 @@ jobs:
73
api-level: 34
74
arch: x86_64
75
target: google_apis
76
- cache: true
77
- emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim
+ emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -memory 2048
+ disable-animations: true
78
script: |
79
# Wait for emulator to be fully ready
80
adb wait-for-device
81
+ adb shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done'
82
cd build
83
ctest --output-on-failure
0 commit comments