github taiki-e/install-action v1.16.0
1.16.0

latest releases: valgrind, nextest, zola...
2 years ago
  • Update cargo-binstall@latest to 0.18.1. (#32, thanks @NobodyXu)

  • If the host environment lacks packages required for installation, such as curl or tar, 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, and cargo, 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.

Don't miss a new install-action release

NewReleases is sending notifications on new releases.