julia-actions / cache

A shortcut action to cache Julia artifacts, packages, and registries.
MIT License
38 stars 8 forks source link

Avoid caching `~/.julia/artifacts/Overrides.toml` #69

Open omus opened 11 months ago

omus commented 11 months ago

If a CI job were to create this file this override file would automatically get cached. We should avoid caching this file as future CI runs may no longer require it which then requires the workflow to be updated to manually delete this file. We should be able to easily exclude this file from the cached files via: https://github.com/actions/toolkit/tree/main/packages/glob#exclude-patterns