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 started working on another Rust project and it seems like caching works a lot better there by just using the checksum of the Cargo.lock file as the identifier instead of using a separate action.
I started working on another Rust project and it seems like caching works a lot better there by just using the checksum of the
Cargo.lock
file as the identifier instead of using a separate action.https://github.com/GeckoEidechse/mdbook-gitbook/blob/16969b1d187940029c96183e6409b1de35e6d7a9/.github/workflows/build.yml#L13-L21
Might be worth trying the same thing for FlightCore 👀
The text was updated successfully, but these errors were encountered: