meta
meta copied to clipboard
Caching of Build Artifacts
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.
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.
https://github.com/actions/cache was released recently! :)