Reduce description length.

This commit is contained in:
Miles Johnson 2023-04-16 14:40:40 -07:00
parent 5f3ac71738
commit 128d91072a

View file

@ -1,11 +1,11 @@
name: 'Setup Rust and Cargo'
author: 'Miles Johnson'
description:
'Sets up Rust by installing a toolchain, components, and targets with rustup. Also sets up Cargo
by installing necessary binaries and caching when applicable.'
'Sets up Rust by installing a toolchain/components/targets with rustup, and also Cargo by
installing bins and caching core.'
inputs:
bins:
description: 'Comma-separated list of global binaries to install.'
description: 'Comma-separated list of global binaries to install into Cargo.'
channel:
description: 'Toolchain specification/channel to install.'
components: