You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use rust-cache in Github action to make Rust build faster.
Although it restore previous cache, when I run cargo build it still build many crates and not only main.
I'm also experiencing this issue. My private repo is split up into multiple crates however despite providing the cache-all-crates option am getting No cache found.
I use
rust-cache
in Github action to make Rust build faster.Although it restore previous cache, when I run cargo build it still build many crates and not only main.
Workflow file:
release_older_cpu.yml
Fresh cache creation (after clean cache) run:
job/25785939435
Using cache few minutes later:
runs/9367351434
The text was updated successfully, but these errors were encountered: