mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
Implement action.
This commit is contained in:
parent
64b680ddd8
commit
c3ef13296b
6 changed files with 192 additions and 175 deletions
14
action.yml
14
action.yml
|
@ -1,11 +1,19 @@
|
|||
name: 'Setup Rust'
|
||||
author: 'Miles Johnson'
|
||||
description: 'Sets up Rust and Cargo.'
|
||||
inputs: {}
|
||||
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: 'moon'
|
||||
color: 'purple'
|
||||
icon: 'settings'
|
||||
color: 'orange'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue