try to update vcpkg

This commit is contained in:
Roman Fomin 2023-04-04 20:11:38 +07:00
parent a50fd6c794
commit 8c8acf3a0f

View File

@ -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%/*}"