knurling-rs / probe-run

Run embedded programs just like native ones
Apache License 2.0
646 stars 75 forks source link

`actions-rs` is unmaintained #338

Closed jonas-schievink closed 1 year ago

jonas-schievink commented 2 years ago

CI currently uses the actions-rs/toolchain action to install Rust, but the project is unmaintained: https://github.com/actions-rs/toolchain/issues/216

GHA comes with rustup preinstalled though, so we can just invoke that to install Rust instead.

BriocheBerlin commented 1 year ago

This seems to be already done. Should we close?

jonas-schievink commented 1 year ago

It's still used:

https://github.com/knurling-rs/probe-run/blob/8add0cf89438cb619e7ef7a26256805202eabe7e/.github/workflows/ci.yml#L46

Urhengulas commented 1 year ago

@BriocheBerlin said:

This seems to be already done. Should we close?

So far I only updated it for flip-link, but there is nothing stopping us from implementing it in probe-rs and defmt as well.