Closed mantono closed 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.
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.