mantono / prune

Find large files on your disk
MIT License
3 stars 0 forks source link

Fix Github Actions Caching #22

Closed mantono closed 4 years ago

mantono commented 4 years ago

Current caching functionality that is used in GitHub actions is not reliable, and causes some build to sometimes fail.

Try to use artifacts instead https://docs.github.com/en/free-pro-team@latest/actions/guides/storing-workflow-data-as-artifacts#further-reading

Or use this https://github.com/marketplace/actions/rust-cache since it says that they explicitly work around that bug.