Unshallow vcpkg in Android CI
This commit is contained in:
parent
e29c55dd98
commit
8b395f188c
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ android:
|
|||
script:
|
||||
- apt-get update -y
|
||||
- git submodule update --init --recursive
|
||||
- cd externals/vcpkg && git fetch --unshallow && cd -
|
||||
- export ANDROID_HOME="/usr/lib/android-sdk/"
|
||||
- echo y | sdkmanager --sdk_root=/usr/lib/android-sdk --licenses
|
||||
- bash ./.ci/scripts/android/build.sh
|
||||
|
|
Loading…
Reference in a new issue