Skip to content

Releases: julia-actions/setup-julia

Add Julia 1.5.2 to version list

24 Sep 20:12
4469f5b
Compare
Choose a tag to compare
v1.2.2

Add production dependencies & build

Add Julia 1.5.1 to version list

26 Aug 19:19
9d7e519
Compare
Choose a tag to compare
v1.2.1

Add production dependencies & build

Print Runner IP to debug logs

18 Aug 21:11
53a34ba
Compare
Choose a tag to compare

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

02 Aug 13:18
c233d8f
Compare
Choose a tag to compare
v1.1.12

Add production dependencies & build

Fail build when inputs are empty

30 Jul 17:27
d3b7564
Compare
Choose a tag to compare

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

27 Jul 20:14
0a6460c
Compare
Choose a tag to compare
v1.1.10

Add production dependencies & build

Error message & doc fixes

05 Jul 12:13
6340c7f
Compare
Choose a tag to compare
  • Display errors properly again (#38)
  • Fix version range examples for ^1.3.0-0

Add Julia 1.5.0-rc1 to version list

30 Jun 21:53
8954cf4
Compare
Choose a tag to compare
v1.1.8

Add production dependencies & build

Update legal information in README

25 Jun 12:39
afa071e
Compare
Choose a tag to compare
  • Add Privacy information about Pkg Telemetry
  • Move third party notices and information to separate file

Add Julia 1.5.0-beta1 to version list

29 May 08:30
53fa967
Compare
Choose a tag to compare
v1.1.6

Add production dependencies & build