actions-rs / meta

🦀 GitHub Actions for Rust - recipes, discussions, questions and ideas
https://github.com/actions-rs
Creative Commons Zero v1.0 Universal
353 stars 15 forks source link

Support for SCCACHE #15

Closed c410-f3r closed 4 years ago

c410-f3r commented 4 years ago

SCCACHE has experimental Rust support.

svartalf commented 4 years ago

Hey, @c410-f3r!

I think at this point it would be easier to use https://github.com/actions/cache instead. From what I see, there are no bindings for the cache storage exist yet, so it is not clear for me, how and where we could store and load sccache cache between the runs.

c410-f3r commented 4 years ago

I see. Thank you for the information!