mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2024-12-26 17:00:34 +01:00
Explain the new behavior in the README
This commit is contained in:
parent
b065e5ab9f
commit
661e2d23dd
1 changed files with 3 additions and 2 deletions
|
@ -42,8 +42,9 @@ jobs:
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
||||||
All inputs are optional.
|
All inputs are optional.
|
||||||
If a [toolchain file](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file) (i.e., `rust-toolchain` or `rust-toolchain.toml`) is found in the root of the repository, it takes precedence.
|
If a [toolchain file](https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file) (i.e., `rust-toolchain` or `rust-toolchain.toml`) is found in the root of the repository, its `toolchain` value takes precedence.
|
||||||
All input values are ignored if a toolchain file exists.
|
First, all items specified in the toolchain file are installed.
|
||||||
|
Afterward, the `components` and `target` specified via inputs are installed in addition to the items from the toolchain file.
|
||||||
|
|
||||||
| Name | Description | Default |
|
| Name | Description | Default |
|
||||||
| ------------ | --------------------------------------------------------------------------------- | ------- |
|
| ------------ | --------------------------------------------------------------------------------- | ------- |
|
||||||
|
|
Loading…
Reference in a new issue