system-interface 0.5.6

Extensions to the Rust standard library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: 'Install Rust toolchain'
description: 'Install both `rustup` and a Rust toolchain'

inputs:
  toolchain:
    description: 'Default toolchan to install'
    required: false
    default: 'stable'

runs:
  using: node12
  main: 'main.js'