From 9380e2700924b34a624af32b9e1dd6b72b3925e8 Mon Sep 17 00:00:00 2001 From: Tom M Date: Thu, 10 Jun 2021 09:26:43 +0200 Subject: [PATCH] Fix vcpkg pipeline (#909) --- .azure/azure-pipelines-vcpkg.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure/azure-pipelines-vcpkg.yml b/.azure/azure-pipelines-vcpkg.yml index e22bda43..73d37502 100644 --- a/.azure/azure-pipelines-vcpkg.yml +++ b/.azure/azure-pipelines-vcpkg.yml @@ -66,8 +66,9 @@ jobs: # manually update vcpkg cd $VCPKG_INSTALLATION_ROOT # git checkout master - git fetch origin - git checkout $(VCPKG_REVISION) + git remote -v + git fetch --unshallow --tags --prune --progress origin + git checkout --force $(VCPKG_REVISION) sed -i 's/arm64/arm/g' ports/glib/portfile.cmake ./bootstrap-vcpkg.sh wait $chocoTask