forked from suyu/suyu
Android CI: Fix wrong cwd if unshallow fails
This commit is contained in:
parent
aab8b02793
commit
45dd4afa1f
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ android:
|
|||
script:
|
||||
- apt-get update -y
|
||||
- git submodule update --init --recursive
|
||||
- cd externals/vcpkg && git fetch --unshallow && cd -
|
||||
- cd externals/vcpkg
|
||||
- git fetch --unshallow || true
|
||||
- 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