mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-07 05:20:30 +00:00
Downgrade cargo-binstall to 0.13.1
Refs: https://github.com/taiki-e/install-action/issues/21
This commit is contained in:
@@ -11,6 +11,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
## [Unreleased]
|
||||
|
||||
- Update `cargo-hack@latest` to 0.5.20.
|
||||
- Downgrade `cargo-binstall@latest` to 0.13.1 to avoid [upstream bug](https://github.com/taiki-e/install-action/issues/21).
|
||||
|
||||
## [1.13.4] - 2022-09-22
|
||||
|
||||
|
||||
4
main.sh
4
main.sh
@@ -83,7 +83,9 @@ install_cargo_binstall() {
|
||||
info "installing cargo-binstall"
|
||||
|
||||
host_triple
|
||||
base_url=https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall
|
||||
# https://github.com/cargo-bins/cargo-binstall/releases
|
||||
binstall_version="0.13.1"
|
||||
base_url="https://github.com/cargo-bins/cargo-binstall/releases/download/v${binstall_version}/cargo-binstall"
|
||||
case "${host}" in
|
||||
x86_64-unknown-linux-gnu) url="${base_url}-x86_64-unknown-linux-musl.tgz" ;;
|
||||
x86_64-unknown-linux-musl) url="${base_url}-x86_64-unknown-linux-musl.tgz" ;;
|
||||
|
||||
Reference in New Issue
Block a user