mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-12-18 20:35:47 +02:00
Support multiple targets
This commit is contained in:
parent
88dc235639
commit
eefcf7f616
5 changed files with 27 additions and 7 deletions
|
|
@ -59,7 +59,7 @@ See [additional recipes here](https://github.com/actions-rs/meta).
|
|||
| Name | Required | Description | Type | Default |
|
||||
| ------------ | :------: | ----------------------------------------------------------------------------------------------------------------------------------------------------| ------ | --------|
|
||||
| `toolchain` | | [Toolchain](https://github.com/rust-lang/rustup.rs#toolchain-specification) name to use, ex. `stable`, `nightly`, `nightly-2019-04-20`, or `1.32.0` | string | stable |
|
||||
| `target` | | Additionally install specified target for this toolchain, ex. `x86_64-apple-darwin` | string | |
|
||||
| `targets` | | Comma-separated list of additional targets to install 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` | | Execute `rustup set profile {value}` before installing the toolchain, ex. `minimal` | string | default |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue