You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it looks like in workflow runs on this repo and my own which use this action, the installation of R and required dependencies are not properly cached. It appears the underlying setup-r action is supposed to automatically cache, but on each run, R and all dependencies are re-downloaded. This is a pretty huge overhead for what is otherwise a simple check. Is there any chance that this cache behavior could be improved?
The text was updated successfully, but these errors were encountered:
Hi @dieghernan, thanks for the reply! I have not noticed a speedup or meaningful caching since updating to v4. Perhaps an actions/cache step could be added within this action to cache the entire docker image if it hasn't changed? Such a change could probably be included in a v4.x without breaking anything else.
Hi, it looks like in workflow runs on this repo and my own which use this action, the installation of R and required dependencies are not properly cached. It appears the underlying
setup-r
action is supposed to automatically cache, but on each run, R and all dependencies are re-downloaded. This is a pretty huge overhead for what is otherwise a simple check. Is there any chance that this cache behavior could be improved?The text was updated successfully, but these errors were encountered: