Files
setup-julia/lib/file.js
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

4 lines
188 B
JavaScript

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