taiki-e / install-action

GitHub Action for installing development tools (mainly from GitHub Releases).
Apache License 2.0
274 stars 33 forks source link

add to supported tools: `cargo-auditable` #740

Open simonsan opened 2 days ago

simonsan commented 2 days ago

I think it would be nice, to have that as a supported tool. binstall fallback is working, but it's still taking a while.

https://github.com/rust-secure-code/cargo-auditable

taiki-e commented 2 days ago

I would accept a PR to support this.

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