julia-actions / setup-julia

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
MIT License
93 stars 23 forks source link

Retry if download fails for any reason #70

Closed SaschaMann closed 3 years ago

SaschaMann commented 3 years ago

Yet another feature that relies on network mocking to be tested properly which I will get to at some point :D


fixes #35