mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-09-06 16:21:57 +03:00
add profile support
This commit is contained in:
parent
941154aed5
commit
5185c16d06
4 changed files with 17 additions and 4 deletions
|
@ -45,6 +45,7 @@ See [additional recipes here](https://github.com/actions-rs/meta).
|
|||
| `target` | | Additionally install specified target for this toolchain, ex. `x86_64-apple-darwin` | string | |
|
||||
| `default` | | Set installed toolchain as a default toolchain | bool | false |
|
||||
| `override` | | Set installed toolchain as an override for the current directory | bool | false |
|
||||
| `profile` | | Profile to specify components to install, ex. `minimal`, `default`, `complete` | string | |
|
||||
|
||||
## Components
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue