Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 958 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 958 Bytes

cargo-cache GitHub Action

GitHub Action License

Warning

Currently, this action works only with Rust on a nightly channel.

GitHub Action to save and restore Rust build cache in target and ~/.cargo directories

Current limitations

  • Only the nightly channel is supported for cache cleaning.
  • The action always saves build cache.
    • For more information see #4.
  • It doesn't support custom .cargo/config.toml files.

References

License

The Unlicense