remove vcpkg switch to "latest tag"

This commit is contained in:
Roman Fomin 2024-03-27 12:20:15 +07:00
parent 8030b9faf6
commit b7f9f7a794

View File

@ -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"