install-action icon indicating copy to clipboard operation
install-action copied to clipboard

Feature request: support `cargo deb`

Open rjzak opened this issue 3 months ago • 4 comments

It would be great if this action could install cargo-deb (Code, Crates.io). It's a great way to make Debian package files.

rjzak avatar Sep 17 '25 01:09 rjzak

I would accept a PR to support this.

See DEVELOPMENT.md for how to add support for a new tool.

taiki-e avatar Sep 17 '25 15:09 taiki-e

Does this action require the tool's releases section to have the binary already?

rjzak avatar Sep 17 '25 21:09 rjzak

Yes.

(Btw, even if it is not officially supported by this action, it may already be supported via the cargo-binstall fallback.)

taiki-e avatar Sep 19 '25 01:09 taiki-e

I haven't forgotten about this, I just need to see how cargo-deb's Debian package works, since that's all they release. https://github.com/kornelski/cargo-deb/releases/tag/v3.6.2

rjzak avatar Oct 31 '25 02:10 rjzak