Refine CI Cache
Closed this issue · 0 comments
glhewett commented
A couple of notes on the GitHub actions cache.
- We can only create a cache, we do not update.
- Caches for PR's do not apply to caches for main.
- Caches should be invalidated when the vcpkg submodule changes or the vcpkg configuration changes.
- Caches should have a version number that will force a rebuild of everything.