setup-ruby
setup-ruby copied to clipboard
How to cache manually using the cache action?
I'm exploring the use of a different cache backend which has increased network bandwith, which would make caching way faster. But im having trouble finding a way of making it work with this action.
It states in the readme that it is possible to cache manually, but it is not recommended. On the actions/cache repo it says to not use it whenever possible.
The docs does strongly encourage you to not do it, but it doesn't provide the way to do it if you really need it. Or is it not possible at all?