mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 01:15:42 -06:00
Cache restore-keys allowed old vcpkg builds to be restored when baseline changed, causing persistent failures. Extract vcpkg version from Cargo.toml using cargo metadata and use it as primary cache key component. - Extract vcpkg baseline via cargo metadata (structured parsing) - Unified vcpkg cache with version-isolated keys - Removed manual macOS vcpkg setup and A/B test steps - Cache cargo-vcpkg binary for faster builds