mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
try to update vcpkg
This commit is contained in:
parent
a50fd6c794
commit
8c8acf3a0f
5
.github/workflows/win_msvc.yml
vendored
5
.github/workflows/win_msvc.yml
vendored
@ -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%/*}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user