From 8b395f188cdc8b246970692a34090360904df082 Mon Sep 17 00:00:00 2001 From: niansa Date: Fri, 15 Mar 2024 09:13:02 +0000 Subject: [PATCH] Unshallow vcpkg in Android CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f8113bfbf..49ecdd0997 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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