actions icon indicating copy to clipboard operation
actions copied to clipboard

Support `runs-on/cache` (https://github.com/runs-on/cache)

Open 5V715 opened this issue 1 year ago • 3 comments

not sure if the setup-gradle action is using action/cache but i guess not. would using https://github.com/runs-on/cache still work to move away from the github cache storage. if not consider this a request to support other storage backend 🙇

thanks for the great work

5V715 avatar Jul 12 '24 08:07 5V715

The setup-gradle action uses the NPM library that backs actions/cache. I'm not familiar with runs-on/cache: does it provide an equivalent API to save/restore from the cache?

This request is similar to #25, which requests support for BuildJet cache.

bigdaz avatar Jul 12 '24 19:07 bigdaz

The setup-gradle action uses the NPM library that backs actions/cache. I'm not familiar with runs-on/cache: does it provide an equivalent API to save/restore from the cache?

This request is similar to #25, which requests support for BuildJet cache.

i know to little about nodejs but this sure looks like using the defined actions/cache stuff - hope that helps

5V715 avatar Jul 16 '24 09:07 5V715

I asked here, but there doesn't appear to be a published library for using runs-on/cache.

bigdaz avatar Aug 08 '24 20:08 bigdaz