kornelski / cargo-deb

Make Debian packages directly from Rust/Cargo projects
https://lib.rs/cargo-deb
MIT License
408 stars 48 forks source link

Drop redundant `CARGO_REGISTRIES_CRATES_IO_PROTOCOL` env in CI workflow #79

Closed AlexTMjugador closed 1 year ago

AlexTMjugador commented 1 year ago

The dtolnay/rust-toolchain action automagically enables the sparse crates.io protocol, so it's not necessary to do so manually.

Action run log snippet showing that happening