Open HaNdTriX opened 4 years ago
If I understand this correctly, your approach is the correct way of implementing caching – it seems like it needs to be done on the workflow level, not on the action level.
Maybe adding an example to the README would help?
@HaNdTriX Would you be interested in sharing your setup using a PR? :)
@HaNdTriX @samuelmeuli , is the example above a working example of caching dependencies?
the example provide install command, while action-electron-builder also automatic run install , from my experience I need custom install command , I use lock file which install from local registry , while on GitHub CI , I need install from original registry.
Thanks a lot for sharing your code!
Issue
It would be awesome if we cache deps. This will speed up the process dramatically:
Cacheable Entries
ELECTRON_CACHE
)ELECTRON_BUILDER_CACHE
)Example