Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1003 Bytes

File metadata and controls

26 lines (19 loc) · 1003 Bytes

Setup Rust

CI/CD GitHub License codecov

Setup Rust in your Github Actions Workflow

Basic Usage

Simple usage of this action:

- name: Setup Rust
  uses: MatteoH2O1999/setup-rust@v2

Inputs

Input Description Default
channel The rust channel to download rust from stable
profile The profile to use (either minimal, default or complete) minimal
components The list of additional components to install (clippy, rustfmt, etc.) None
subcommands The list of cargo subcommands to install None
cache What to cache (false, binstall or all) false