setup-rust-action/action.yml
2019-08-15 23:30:48 +02:00

11 lines
272 B
YAML

name: 'Set up Rust'
description: 'Install a Rust toolchain and add it to the PATH'
author: 'Héctor Ramón'
inputs:
rust-version:
description: 'The toolchain name, such as stable, nighly, or 1.8.0'
default: 'stable'
runs:
using: 'node12'
main: 'lib/main.js'