mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Wait some time to avoid Android emulator not being yet started.
This commit is contained in:
parent
5860d73ca7
commit
dfc311dd67
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -658,6 +658,7 @@ jobs:
|
|||||||
ndk: 25.1.8937393
|
ndk: 25.1.8937393
|
||||||
emulator-options: -no-snapshot-save -no-window -noaudio -no-boot-anim -camera-back none -port 5554
|
emulator-options: -no-snapshot-save -no-window -noaudio -no-boot-anim -camera-back none -port 5554
|
||||||
script: |
|
script: |
|
||||||
|
sleep 20
|
||||||
adb wait-for-device
|
adb wait-for-device
|
||||||
adb root
|
adb root
|
||||||
NDK=/Users/runner/Library/Android/sdk/ndk/25.1.8937393 builds/install/arch-specific/android/BuildFinalPackage.sh $ARCH
|
NDK=/Users/runner/Library/Android/sdk/ndk/25.1.8937393 builds/install/arch-specific/android/BuildFinalPackage.sh $ARCH
|
||||||
|
Loading…
Reference in New Issue
Block a user