mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-07-04 12:31:11 +00:00
Add support for toolchain files
A toolchain file in the repository root will always take priority. Closes #1
This commit is contained in:
parent
c17331ebbf
commit
379d2bfd83
3 changed files with 26 additions and 10 deletions
|
@ -29,6 +29,8 @@ jobs:
|
|||
## Inputs
|
||||
|
||||
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.
|
||||
All input values are ignored if a toolchain file exists.
|
||||
|
||||
| Name | Description | Default |
|
||||
| ------------ | --------------------------------------------------------------------------------- | ------- |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue