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

Add `toolchain: github-default` or similar

Open bal-e opened this issue 6 months ago • 0 comments

This is related to #63 but for a different use case. I want to write a CI job that builds documentation and reports broken doc links. I don't need the latest stable Rust for that, I'm happy to use whatever GitHub's providing in their runner images. However, setup-rust-toolchain is still a nice action to use because it tells GitHub how to turn warnings into annotations on source files. This is basically a small performance optimization, but allowing the toolchain input to say "whatever GitHub already has" would be perfect for me. If you're open to that, I'm happy to make a PR.

bal-e avatar Jun 25 '25 15:06 bal-e