mrowqa opened PR #1462 from ci-install-rust
to master
:
This PR adds
profile
input toinstall-rust
action. As I can see, the current intention is to useminimal
profile, however it doesn't include rustfmt. Maybe it works now, because some servers have preinstalled rust using default profile.I'm submitting this PR, because in some other project I work on the CI was not installing clippy with nightly rust and I fixed it this way.
I'm not sure what profile is required for cargo doc. I'm guessing
minimal
is enough.CC @alexcrichton
mrowqa updated PR #1462 from ci-install-rust
to master
:
This PR adds
profile
input toinstall-rust
action. As I can see, the current intention is to useminimal
profile, however it doesn't include rustfmt. Maybe it works now, because some servers have preinstalled rust using default profile.I'm submitting this PR, because in some other project I work on the CI was not installing clippy with nightly rust and I fixed it this way.
I'm not sure what profile is required for cargo doc. I'm guessing
minimal
is enough.CC @alexcrichton
alexcrichton merged PR #1462.
Last updated: Nov 22 2024 at 16:03 UTC