diff --git a/.github/workflows/win_msvc.yml b/.github/workflows/win_msvc.yml index e5a68651..d26e0378 100644 --- a/.github/workflows/win_msvc.yml +++ b/.github/workflows/win_msvc.yml @@ -5,8 +5,8 @@ on: branches: [ master ] tags: ['*'] paths-ignore: ['**.md'] - # pull_request: - # branches: [ master ] + pull_request: + branches: [ master ] env: VCPKG_ROOT: C:\vcpkg @@ -28,6 +28,7 @@ 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%/*}"