I rather enjoy the convenience and portability of setup-go. Can we please get a similar action workflow for rust ("setup-rust")?
Justification:
Present the same treatment for the Rust programming language as we do for Go.
Are you willing to submit a PR?
N/A
As a workaround, I am using sudo apt-get install -y cargo in the Ubuntu runners. Though that's not particularly OS portable, nor very Rust version flexible. And it's missing access to components that require rustup.
Description:
Hi,
I rather enjoy the convenience and portability of setup-go. Can we please get a similar action workflow for rust ("setup-rust")?
Justification:
Present the same treatment for the Rust programming language as we do for Go.
Are you willing to submit a PR?
N/A
As a workaround, I am using
sudo apt-get install -y cargo
in the Ubuntu runners. Though that's not particularly OS portable, nor very Rust version flexible. And it's missing access to components that require rustup.