mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-02-12 05:12:55 -08:00
fefce03379
By having unified github workflows, the building cache would be utilized more efficiently as the total cache size will be smaller (no more vcpkg caching on macOS CI) and will stop thrashing the build cache (large vcpkg cache evicts other smaller cache). Relevant PRs: #15321 #15340 #15342 #15355