Commit Graph

10 Commits

Author SHA1 Message Date
Sascha Mann
dc7dce0a2d Move functions to separate file for easier unit testing 2019-11-20 19:58:43 +01:00
Sascha Mann
3861b0a708 Print full response in debug logs 2019-11-20 19:58:43 +01:00
Sascha Mann
8007d2c472 Remove trailing v from versions before download 2019-11-20 19:58:43 +01:00
Sascha Mann
955535b050 Support version ranges as input version 2019-11-20 19:58:43 +01:00
Sascha Mann
a7c1edc063 Support 32-bit Julia binaries 2019-08-21 15:51:35 +02:00
Sascha Mann
a8a77e20fd Use cached Julia if available 2019-08-17 18:05:37 +02:00
Sascha Mann
6182d4ae38 Change console logging to core.debug logs 2019-08-13 17:43:44 +02:00
Sascha Mann
371167db47 Support build matrices and non-Linux OS 2019-08-13 17:43:29 +02:00
Sascha Mann
f8e69caa03 Use tool-cache to install Julia 2019-08-13 17:43:29 +02:00
Sascha Mann
7961e4e3f2 Add prototype action using exec and curl
* Downloads a fixed version Julia binary using curl
* Adds it to PATH
* Runs `julia --version` to test the installation
2019-08-13 12:11:39 +02:00