disable vcpkg update

This commit is contained in:
Roman Fomin 2023-04-13 03:48:49 +07:00
parent b337fa556c
commit 7ad722e845

View File

@ -29,7 +29,6 @@ jobs:
run: |
set -euo pipefail
cd ${{ env.VCPKG_ROOT }}
git pull
./bootstrap-vcpkg.sh -disableMetrics
nuget=$(./vcpkg.exe fetch nuget | tail -n 1)
owner="${GITHUB_REPOSITORY%/*}"