Cache build directory in GitHub Actions #432

Closed
opened 2025-10-14 15:48:54 -06:00 by navan · 0 comments
Owner

Originally created by @ulyssa on 5/20/2023

The GitHub action for the repository caches the cargo registry, but not the files in the target/ directory. I had run into issues with corrupted caches before, but it looks like there are now ways to purge the cache so this can be worked around if it becomes an issue. This should hopefully speed up the actions once #105 is merged.

*Originally created by @ulyssa on 5/20/2023* The GitHub action for the repository caches the cargo registry, but not the files in the `target/` directory. I had run into issues with corrupted caches before, but it looks like there are now [ways to purge the cache](https://github.blog/changelog/2022-06-27-list-and-delete-caches-in-your-actions-workflows/) so this can be worked around if it becomes an issue. This should hopefully speed up the actions once #105 is merged.
navan closed this issue 2025-10-14 15:48:54 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/iamb#432
No description provided.