Add fallback: cargo-install input option to use cargo install for fallback

This commit is contained in:
Taiki Endo
2025-09-08 00:22:36 +09:00
parent f6fe689680
commit 4b930c0a05
5 changed files with 65 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ inputs:
required: false
default: 'true'
fallback:
description: Whether to use fallback (none or cargo-binstall)
description: Whether to use fallback (none, cargo-binstall, cargo-install)
required: false
default: 'cargo-binstall'