sudo-rs icon indicating copy to clipboard operation
sudo-rs copied to clipboard

Remove `actions-rs` from CI

Open squell opened this issue 1 year ago • 1 comments
trafficstars

Our CI uses actions-rs. I think those can be replaced by simple run: invocations; especially seeing that actions-rs is no longer maintained.

There's also some other third-party actions being used where I wonder if we really need them:

squell avatar Jul 08 '24 16:07 squell

We should remove actions-rs, given its been unmaintained for several years now already. The rust-cache action makes caching Rust code compilation way easier, I would keep that. The apt one caches installation of apt packages, that speeds it up a whole bunch. And the install-action uses precompiled binaries, so that also saves a lot of time.

rnijveld avatar Jul 08 '24 16:07 rnijveld