Install rustup.

This commit is contained in:
Miles Johnson 2023-08-01 15:14:21 -07:00
parent c5f1dc6e9e
commit b00fdf0c6c
7 changed files with 46 additions and 12 deletions

View file

@ -147,11 +147,6 @@ Outside of being evergreen, this action also supports the following features:
- Assumes `rustup`, `cargo`, and other commands are available globally. This allows you to use them
directly in a `run` command, without having to use `actions-rs/cargo`.
However, this action _does not_:
- Install `rustup` if it does not exist, while `actions-rs` will. This is typically fine if using
GitHub provided runners as all Rust tooling comes pre-installed.
### `dtolnay/rust-toolchain`
Our action is very similar to theirs, which was a great implementation reference, but our action