mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-09-06 16:21:57 +03:00
Made it possible to add component
This commit is contained in:
parent
8e306a9c7f
commit
9aeef8beba
3 changed files with 10 additions and 2 deletions
|
@ -25,6 +25,7 @@ jobs:
|
|||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
component: clippy
|
||||
|
||||
# `cargo check` command here will use installed `nightly`
|
||||
# as it set as an "override" for current directory
|
||||
|
@ -44,6 +45,7 @@ See [additional recipes here](https://github.com/actions-rs/meta).
|
|||
* `target`: Additionally install specific target for this toolchain (ex. `x86_64-apple-darwin`)
|
||||
* `default`: Set installed toolchain as default (executes `rustup toolchain default {toolchain}`)
|
||||
* `override`: Set installed toolchain as an override for current directory
|
||||
* `component`: Set additional component (see the below section) to add to the toolchain
|
||||
|
||||
## Components
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue