actions / setup-go

Set up your GitHub Actions workflow with a specific version of Go
MIT License
1.41k stars 530 forks source link

setup-rust #514

Open mcandre opened 1 week ago

mcandre commented 1 week ago

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.

gowridurgad commented 1 week ago

Hello @mcandre 👋, Thank you for this feature request. We will investigate it and get back to you as soon as we have some feedback.