rust-toolchain icon indicating copy to clipboard operation
rust-toolchain copied to clipboard

Better document what exactly the action does

Open RalfJung opened this issue 2 years ago • 4 comments

The summary says that this "installs a Rust toolchain using rustup". However it clearly does more than that, since the toolchain also becomes the default toolchain to use afterwards. How exactly is that done? Is it a rustup default or a rustup override set or something else? The details matter when there are rust-toolchain files in the folder, so it would be great to have this documented.

RalfJung avatar Jul 19 '23 08:07 RalfJung

https://github.com/dtolnay/rust-toolchain/blob/f361669954a8ecfc00a3443f35f9ac8e610ffc06/action.yml#L75

szepeviktor avatar Aug 12 '23 15:08 szepeviktor