Add support for toolchain files

A toolchain file in the repository root will always take priority.

Closes #1
This commit is contained in:
Jonas Bushart 2022-07-21 20:35:59 +00:00
parent c17331ebbf
commit 379d2bfd83
3 changed files with 26 additions and 10 deletions

View file

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