mirror of
https://github.com/taiki-e/install-action
synced 2026-09-14 20:13:27 +00:00
Support wild (#1949)
This commit is contained in:
@@ -951,6 +951,7 @@ for tool in "${tools[@]}"; do
|
||||
# TODO(codegen): auto-detect cases where crate name and tool name are different.
|
||||
case "${tool}" in
|
||||
nextest) tool=cargo-nextest ;;
|
||||
wild-linker) tool=wild ;;
|
||||
taplo-cli | typos-cli | wasm-bindgen-cli | wasmtime-cli) tool="${tool%-cli}" ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user