-
Update
cargo-binstall@latest
to 0.18.1. (#32, thanks @NobodyXu) -
If the host environment lacks packages required for installation, such as
curl
ortar
, install them if possible.It is mainly intended to make the use of this action easy on containers or self-hosted runners, and currently supports Debian-based distributions (including Ubuntu) and Alpine.
The system's package manager is used for these installations. However,
bash
, which is an execution requirement of the action itself, andcargo
, which is usually preferred for installation by rustup rather than the system's package manager, are not covered by these installations.See also the compatibility note in readme.