mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 11:06:53 +08:00
* Downloads a fixed version Julia binary using curl * Adds it to PATH * Runs `julia --version` to test the installation
11 lines
321 B
YAML
11 lines
321 B
YAML
name: 'Setup Julia environment'
|
|
description: 'Setup a Julia environment and add it to the PATH'
|
|
author: 'Sascha Mann <git@mail.saschamann.eu>'
|
|
inputs:
|
|
version:
|
|
description: 'The Julia version to download (if necessary) and use. Example: 1.0'
|
|
default: '1.0'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/setup-julia.js'
|