update vcpkg

This commit is contained in:
Roman Fomin 2023-06-04 18:38:21 +07:00
parent 975370200d
commit e1e1f8cc90

View File

@ -32,6 +32,9 @@ jobs:
run: |
set -euo pipefail
cd "${{ env.VCPKG_ROOT }}"
git pull
NUGET=$(vcpkg fetch nuget | tail -n 1)
GH_PACKAGES_URL="https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"