mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Update cargo-binstall to 0.14.0 (#24)
Update to the latest cargo-binstall, which fixes the installation of sccache.
This commit is contained in:
committed by
GitHub
parent
eabd84cfdd
commit
25db2c0373
2
main.sh
2
main.sh
@@ -80,7 +80,7 @@ host_triple() {
|
|||||||
}
|
}
|
||||||
install_cargo_binstall() {
|
install_cargo_binstall() {
|
||||||
# https://github.com/cargo-bins/cargo-binstall/releases
|
# https://github.com/cargo-bins/cargo-binstall/releases
|
||||||
binstall_version="0.13.3"
|
binstall_version="0.14.0"
|
||||||
install_binstall='1'
|
install_binstall='1'
|
||||||
if [[ -f "${cargo_bin}/cargo-binstall${exe}" ]]; then
|
if [[ -f "${cargo_bin}/cargo-binstall${exe}" ]]; then
|
||||||
if [[ "$(cargo binstall -V)" == "cargo-binstall ${binstall_version}" ]]; then
|
if [[ "$(cargo binstall -V)" == "cargo-binstall ${binstall_version}" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user