try to fix vcpkg

This commit is contained in:
Roman Fomin 2024-01-11 00:04:02 +07:00
parent 1c1b3f1e8f
commit e1aa7430ea

View File

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