mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Bump cargo-binstall to v0.16.0 (#28)
This commit is contained in:
2
main.sh
2
main.sh
@@ -80,7 +80,7 @@ host_triple() {
|
||||
}
|
||||
install_cargo_binstall() {
|
||||
# https://github.com/cargo-bins/cargo-binstall/releases
|
||||
binstall_version="0.14.0"
|
||||
binstall_version="0.16.0"
|
||||
install_binstall='1'
|
||||
if [[ -f "${cargo_bin}/cargo-binstall${exe}" ]]; then
|
||||
if [[ "$(cargo binstall -V)" == "cargo-binstall ${binstall_version}" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user