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
The julia-actions/cache action now uses cache-registries: true by default. From a code deep dive I did any workflow that uses Pkg.instantiate should automatically update the registries: julia-actions/cache#62 (comment)
All that's left to do here is to try and attempt to reproduce the issue with the latest GitHub actions.
While using
julia-actions/cache
I encountered a scenario where my CI registry didn't contain the latest version of a released package.Here's a snippet of my workflow:
I'll outline the series of events I believed that took place:
julia-actions/add-julia-registry
sees that the registries are present and effectively does nothing.I believe the
add-julia-registry
action should update any existing registries to avoid this kind of problemThe text was updated successfully, but these errors were encountered: