Unshallow vcpkg in Android CI

This commit is contained in:
niansa 2024-03-15 09:13:02 +00:00
parent e29c55dd98
commit 8b395f188c

View file

@ -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