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

Caching of Build Artifacts #5

Open vbrandl opened 4 years ago

vbrandl commented 4 years ago

I'm not sure if this is actually possible with GitHub Actions (yet?) but it would be cool to be able to cache the target directory between builds for some speedups.

svartalf commented 4 years ago

Based on the https://github.com/actions/toolkit/issues/47, it is not possible yet (and it is very unfortunate).

Let's leave this issue opened and pretend it to be a tracking issue for caching support.

Hoverbear commented 4 years ago

https://github.com/actions/cache was released recently! :)