mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2024-12-26 17:00:34 +01:00
requred -> required
This commit is contained in:
parent
24274e4435
commit
aaa7eef1a2
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ inputs:
|
||||||
default: "true"
|
default: "true"
|
||||||
rustflags:
|
rustflags:
|
||||||
description: "set RUSTFLAGS environment variable, set to empty string to avoid overwriting build.rustflags"
|
description: "set RUSTFLAGS environment variable, set to empty string to avoid overwriting build.rustflags"
|
||||||
requred: false
|
required: false
|
||||||
default: "-D warnings"
|
default: "-D warnings"
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
|
|
Loading…
Reference in a new issue