mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-20 20:22:36 +08:00
Fix cargo-binstall installation failure take 2
This commit is contained in:
2
main.sh
2
main.sh
@@ -95,7 +95,7 @@ install_cargo_binstall() {
|
||||
|
||||
download "${url}" "${cargo_bin}" "cargo-binstall${exe}"
|
||||
info "cargo-binstall installed at $(type -P "cargo-binstall${exe}")"
|
||||
x cargo binstall | head -1 # cargo binstall doesn't have a normal --version flag
|
||||
x cargo binstall --help | head -1 # cargo binstall doesn't have a normal --version flag
|
||||
else
|
||||
info "cargo-binstall already installed on in ${cargo_bin}/cargo-binstall"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user