Comment on Reverse engineering GitHub Actions cache to make it fastComments−EdJiang1yRelated read: Cirrus Labs also wrote a drop-in replacement for GH Actions cache on their platform.https://cirrus-runners.app/blog/2024/04/23/speeding-up-cachi...https://github.com/cirruslabs/cache−crohr1yIt is not transparent though, so it doesn't work with all the other actions that use the cache toolkit, and you have to reference a specific action.
Comments
Related read: Cirrus Labs also wrote a drop-in replacement for GH Actions cache on their platform.
https://cirrus-runners.app/blog/2024/04/23/speeding-up-cachi...
https://github.com/cirruslabs/cache
It is not transparent though, so it doesn't work with all the other actions that use the cache toolkit, and you have to reference a specific action.