Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addresses part of #212. I recently merged a feature into [Leafwing-Studios/cargo-cache](https://github.com/Leafwing-Studios/cargo-cache) v2.3.0 that automatically deletes unused build artifacts before creating a new cache, to prevent cache sizes from snowballing. It's disabled by default due to backward compatibility reasons, so this PR enables it. Cache sweeping should keep cache sizes small and workflow runs fast. (As an side, should a cache be used at all in the release build? Caching prevents builds from being reproducible, and can introduce the occasional issue when building.)
- Loading branch information