mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
try to fix vcpkg
This commit is contained in:
parent
1c1b3f1e8f
commit
e1aa7430ea
4
.github/workflows/win_msvc.yml
vendored
4
.github/workflows/win_msvc.yml
vendored
@ -37,6 +37,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
cd "${{ env.VCPKG_ROOT }}"
|
||||||
|
git pull
|
||||||
|
./bootstrap-vcpkg.bat
|
||||||
|
|
||||||
NUGET=$(vcpkg fetch nuget | tail -n 1)
|
NUGET=$(vcpkg fetch nuget | tail -n 1)
|
||||||
GH_PACKAGES_URL="https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
|
GH_PACKAGES_URL="https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user