mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 03:21:38 +08:00
Support cargo-binstall on riscv64 Linux
This commit is contained in:
2
main.sh
2
main.sh
@@ -925,7 +925,7 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
||||
none) bail "install-action does not support ${unsupported_tools[*]} (fallback is disabled by 'fallback: none' input option)" ;;
|
||||
cargo-binstall)
|
||||
case "${host_arch}" in
|
||||
x86_64 | aarch64) ;;
|
||||
x86_64 | aarch64 | riscv64) ;;
|
||||
*)
|
||||
info "cargo-binstall does not provide prebuilt binaries for this platform (${host_arch}); use 'cargo-install' fallback instead"
|
||||
fallback=cargo-install
|
||||
|
||||
Reference in New Issue
Block a user