mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-12-19 21:05:46 +02:00
Support multiple targets
This commit is contained in:
parent
88dc235639
commit
eefcf7f616
5 changed files with 27 additions and 7 deletions
|
|
@ -13,8 +13,11 @@ inputs:
|
|||
|
||||
If this is not given, the action will try and install the version specified in the `rust-toolchain` file.
|
||||
required: false
|
||||
target:
|
||||
description: Target triple to install for this toolchain
|
||||
targets:
|
||||
description: Comma-separated list of additional target triples to install for this toolchain
|
||||
required: false
|
||||
targets:
|
||||
description: Alias for `targets`
|
||||
required: false
|
||||
default:
|
||||
description: Set installed toolchain as default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue