Skip to content

Commit

Permalink
Fix msvc build timeout (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Jan 13, 2024
1 parent ac22b49 commit cba6d38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
NUGET=$(vcpkg fetch nuget | tail -n 1)
GH_PACKAGES_URL="https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
cd "$VCPKG_INSTALLATION_ROOT"
git fetch --tags
LATESTTAG=$(git describe --tags --abbrev=0)
git checkout $LATESTTAG
"$NUGET" sources add \
-source "$GH_PACKAGES_URL" \
-storepasswordincleartext \
Expand Down

0 comments on commit cba6d38

Please sign in to comment.