mirror of
https://github.com/actions-rs/toolchain.git
synced 2024-11-14 05:26:34 +02:00
Fix component example in Readme
The comment talks about a stable Rust version, but the configuration was set to nightly.
This commit is contained in:
parent
d03d2d0fa3
commit
6f9b172a64
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ and in combination with the [profiles](#profiles) input it allows to install onl
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: stable
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue