Releases: julia-actions/setup-julia
Releases · julia-actions/setup-julia
Add Julia 1.5.2 to version list
v1.2.2 Add production dependencies & build
Add Julia 1.5.1 to version list
v1.2.1 Add production dependencies & build
Print Runner IP to debug logs
The action now prints the runner IP to the debug logs when they are enabled. This can be useful when debugging issues with the Julia download CDN.
Add Julia 1.5.0 to version list
v1.1.12 Add production dependencies & build
Fail build when inputs are empty
It can easily happen that, for example, a workflow file contains an input version: ${{ matrix.julia-version }}
while the strategy matrix only contains a key ${{ matrix.version }}
. In that case, we want the action to fail, rather than trying to download julia from an URL that's missing parts and 404ing. We could fall back to the default but that means that builds silently do things differently than they're meant to, which is worse than failing the build.
Add Julia 1.5.0-rc2 to version list
v1.1.10 Add production dependencies & build
Error message & doc fixes
- Display errors properly again (#38)
- Fix version range examples for
^1.3.0-0
Add Julia 1.5.0-rc1 to version list
v1.1.8 Add production dependencies & build
Update legal information in README
- Add Privacy information about Pkg Telemetry
- Move third party notices and information to separate file
Add Julia 1.5.0-beta1 to version list
v1.1.6 Add production dependencies & build