You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: switch vcpkg cache from removed x-gha backend to actions/cache
The first attempt used VCPKG_BINARY_SOURCES=x-gha, which vcpkg has since
removed (the configure step emitted "binary caching backend has been
removed"). Replaced with actions/cache on %LOCALAPPDATA%\vcpkg\archives,
keyed on vcpkg.json. Same effective speedup, no GHA service tokens needed.
0 commit comments