mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-20 01:28:43 +00:00
19 lines
532 B
YAML
19 lines
532 B
YAML
name: 'Setup rustup toolchain'
|
|
author: 'Miles Johnson'
|
|
description: 'Sets up Rust and Cargo.'
|
|
inputs:
|
|
channel:
|
|
description: 'Toolchain specification/channel to install.'
|
|
components:
|
|
description: 'Comma-separated list of additional components to install.'
|
|
targets:
|
|
description: 'Comma-separated list of additional targets to install.'
|
|
profile:
|
|
description: 'Profile to install. Defaults to "minimal".'
|
|
outputs: {}
|
|
runs:
|
|
using: 'node16'
|
|
main: 'dist/index.js'
|
|
branding:
|
|
icon: 'settings'
|
|
color: 'orange'
|