cache
cache copied to clipboard
Cache dependencies and build outputs in GitHub Actions
This is similar to #474 - but improves on that by skipping the `post` (save) step entirely, saving tens of seconds on each run. Fixes #350 Fixes #334
We have several jobs that we run at once, and they use the same cached files, and if they update them, they would make the same updates. We don't need...
Thanks a lot for the action, it's been a pleasure to use! We're using the cache to store some precompiled Haskell artifacts, which include executable files. On Linux everything seems...
For me decompression of a cache on Windows is much slower than on linux. A [360Mb cache](https://github.com/craffael/lehrfempp/runs/1288591548) takes - only 10sec to download - but 5 minutes to decompress! The...
The (unexpected, to me) fact that the cache isn't updated on an exact match seems to be an important point worthy of being documented, and it helps to explain exactly...
Hi, I would like an option to override the currently existing cache. This is especially useful for building docker images where the original cache might useless if the base image...
This PR adds PowerShell to the examples.md and includes all appropriate directories for each OS. Working example can be seen here: https://github.com/potatoqualitee/tentools/runs/1222924184?check_suite_focus=true
### C++ Example Implemented C++ example using CMake and [CPM.cmake](https://github.com/TheLartians/CPM.cmake) example.
Use variables to specify location. This could replace the existing examples, but I've retained them for completeness.