mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-09 22:30:28 +00:00
Accept tool: cargo-nextest to install nextest (#15)
This commit is contained in:
committed by
GitHub
parent
1dda3d1d7e
commit
a76dc5ad72
2
main.sh
2
main.sh
@@ -192,7 +192,7 @@ for tool in "${tools[@]}"; do
|
|||||||
esac
|
esac
|
||||||
download "${url}" "${cargo_bin}" "${tool}${exe}"
|
download "${url}" "${cargo_bin}" "${tool}${exe}"
|
||||||
;;
|
;;
|
||||||
nextest)
|
nextest | cargo-nextest)
|
||||||
bin="cargo-nextest"
|
bin="cargo-nextest"
|
||||||
# https://nexte.st/book/pre-built-binaries.html
|
# https://nexte.st/book/pre-built-binaries.html
|
||||||
case "${OSTYPE}" in
|
case "${OSTYPE}" in
|
||||||
|
|||||||
Reference in New Issue
Block a user