Fix vcpkg pipeline (#909)

This commit is contained in:
Tom M 2021-06-10 09:26:43 +02:00 committed by GitHub
parent 768fa225db
commit 9380e27009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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