actions-rust-lang / setup-rust-toolchain

Setup a specific Rust toolchain with extra features like problem matchers
MIT License
180 stars 32 forks source link

Add option to persist specific directories for caching #43

Closed pranc1ngpegasus closed 3 weeks ago

pranc1ngpegasus commented 1 month ago

The sqlx crate places SQL query cache files in the .sqlx directory. To reduce CI execution time, it would be effective to cache this .sqlx directory. I would like to request the ability to cache arbitrary directories using an option similar to the cache-directories option in Swatinem/rust-cache.

jonasbb commented 3 weeks ago

Implemented with #44