pd-rs / get-playdate-sdk

Derives Playdate SDK
MIT License
22 stars 3 forks source link

Cache for downloaded installers #17

Closed boozook closed 1 year ago

boozook commented 1 year ago

We need some caching for installers (pkg/zip).

Documentation

Imho, the easiest way is to do not integrate any cache, but just add following:

So users can use actions/cache@v3 for example with this action and reuse installers. But needed better solution for windows 🤷🏻‍♂️.

boozook commented 1 year ago

I can just use cache as step as like there.