mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
only use latest tag of vcpkg
Hopefully it will be more stable.
This commit is contained in:
parent
37dec7a4ea
commit
c047cfbeee
4
.github/workflows/win_msvc.yml
vendored
4
.github/workflows/win_msvc.yml
vendored
@ -38,7 +38,9 @@ jobs:
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
cd "${{ env.VCPKG_ROOT }}"
|
cd "${{ env.VCPKG_ROOT }}"
|
||||||
git pull
|
git fetch --tags
|
||||||
|
LATESTTAG=$(git describe --tags --abbrev=0)
|
||||||
|
git checkout $LATESTTAG
|
||||||
./bootstrap-vcpkg.bat
|
./bootstrap-vcpkg.bat
|
||||||
|
|
||||||
NUGET=$(vcpkg fetch nuget | tail -n 1)
|
NUGET=$(vcpkg fetch nuget | tail -n 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user