mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 13:30:03 +00:00
Reduce description length.
This commit is contained in:
parent
5f3ac71738
commit
128d91072a
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
name: 'Setup Rust and Cargo'
|
name: 'Setup Rust and Cargo'
|
||||||
author: 'Miles Johnson'
|
author: 'Miles Johnson'
|
||||||
description:
|
description:
|
||||||
'Sets up Rust by installing a toolchain, components, and targets with rustup. Also sets up Cargo
|
'Sets up Rust by installing a toolchain/components/targets with rustup, and also Cargo by
|
||||||
by installing necessary binaries and caching when applicable.'
|
installing bins and caching core.'
|
||||||
inputs:
|
inputs:
|
||||||
bins:
|
bins:
|
||||||
description: 'Comma-separated list of global binaries to install.'
|
description: 'Comma-separated list of global binaries to install into Cargo.'
|
||||||
channel:
|
channel:
|
||||||
description: 'Toolchain specification/channel to install.'
|
description: 'Toolchain specification/channel to install.'
|
||||||
components:
|
components:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue