26 lines
602 B
YAML
26 lines
602 B
YAML
name: 'rust-toolchain'
|
|
description: 'Install the Rust toolchain'
|
|
author: 'actions-rs team'
|
|
branding:
|
|
icon: play-circle
|
|
color: black
|
|
inputs:
|
|
toolchain:
|
|
description: |
|
|
Rust toolchain name.
|
|
|
|
See https://github.com/rust-lang/rustup.rs#toolchain-specification
|
|
target:
|
|
description: Target triple to install for this toolchain
|
|
required: false
|
|
default:
|
|
description: Set installed toolchain as default
|
|
default: false
|
|
override:
|
|
description: Set installed toolchain as an override for a directory
|
|
default: false
|
|
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|