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
This commit is contained in:
Sascha Mann
2019-08-13 01:13:12 +02:00
parent d3bf4c48c9
commit 7961e4e3f2
8 changed files with 102 additions and 30 deletions

3
lib/file.js Normal file
View File

@@ -0,0 +1,3 @@
"use strict";
// Apparently this satisfies the typescript compiler
// https://stackoverflow.com/questions/41211566/tsconfig-json-buildno-inputs-were-found-in-config-file/45790421#45790421