actions-rust-lang / setup-rust-toolchain

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

Add option to persist specific directories for caching #43

Closed pranc1ngpegasus closed 2 months ago

pranc1ngpegasus commented 3 months 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 2 months ago

Implemented with #44