Skip to content

Commit 661e2d2

Browse files
committed
Explain the new behavior in the README
1 parent b065e5a commit 661e2d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
## Inputs
4343
4444
All inputs are optional.
45-
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.
46-
All input values are ignored if a toolchain file exists.
45+
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.
46+
First, all items specified in the toolchain file are installed.
47+
Afterward, the `components` and `target` specified via inputs are installed in addition to the items from the toolchain file.
4748

4849
| Name | Description | Default |
4950
| ------------ | --------------------------------------------------------------------------------- | ------- |

0 commit comments

Comments
 (0)