mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
remove vcpkg switch to "latest tag"
This commit is contained in:
parent
8030b9faf6
commit
b7f9f7a794
3
.github/workflows/win_msvc.yml
vendored
3
.github/workflows/win_msvc.yml
vendored
@ -45,9 +45,6 @@ jobs:
|
||||
set -euo pipefail
|
||||
|
||||
cd "${{ env.VCPKG_DIR }}"
|
||||
git fetch --tags
|
||||
LATESTTAG=$(git describe --tags --abbrev=0)
|
||||
git checkout $LATESTTAG
|
||||
|
||||
NUGET=$(vcpkg fetch nuget | tail -n 1)
|
||||
GH_PACKAGES_URL="https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
|
||||
|
Loading…
x
Reference in New Issue
Block a user