Support multiple targets

This commit is contained in:
Rebecca Turner 2022-07-19 12:17:23 -04:00
parent 88dc235639
commit eefcf7f616
5 changed files with 27 additions and 7 deletions

View file

@ -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