From e1aa7430ea8a3d026c38e4e5b3fd7e02e90b3aa4 Mon Sep 17 00:00:00 2001 From: Roman Fomin Date: Thu, 11 Jan 2024 00:04:02 +0700 Subject: [PATCH] try to fix vcpkg --- .github/workflows/win_msvc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/win_msvc.yml b/.github/workflows/win_msvc.yml index 9e4758a0..e52cf612 100644 --- a/.github/workflows/win_msvc.yml +++ b/.github/workflows/win_msvc.yml @@ -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"