Replies: 1 comment 10 replies
-
It would be nice to replace them with dtolnay's action but I had some problems with it in the past: dtolnay/rust-toolchain#83 |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wanted to point out that the CI and CD pipelines use unmaintained actions.
The
actions-rs/*
actions are no longer maintained. The solution is to replace them with:By default a minimal toolchain will be installed. But one can add components as a comma-separated list:
rustfmt, clippy, ...
Beta Was this translation helpful? Give feedback.
All reactions