mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Update cross, cargo-minimal-versions, and parse-changelog
This commit is contained in:
6
main.sh
6
main.sh
@@ -131,9 +131,9 @@ for tool in "${tools[@]}"; do
|
||||
# https://github.com/taiki-e/cargo-llvm-cov/releases
|
||||
cargo-llvm-cov) latest_version="0.4.9" ;;
|
||||
# https://github.com/taiki-e/cargo-minimal-versions/releases
|
||||
cargo-minimal-versions) latest_version="0.1.4" ;;
|
||||
cargo-minimal-versions) latest_version="0.1.5" ;;
|
||||
# https://github.com/taiki-e/parse-changelog/releases
|
||||
parse-changelog) latest_version="0.4.8" ;;
|
||||
parse-changelog) latest_version="0.4.9" ;;
|
||||
*) exit 1 ;;
|
||||
esac
|
||||
repo="taiki-e/${tool}"
|
||||
@@ -153,7 +153,7 @@ for tool in "${tools[@]}"; do
|
||||
;;
|
||||
cross)
|
||||
# https://github.com/cross-rs/cross/releases
|
||||
latest_version="0.2.2"
|
||||
latest_version="0.2.4"
|
||||
repo="cross-rs/cross"
|
||||
case "${OSTYPE}" in
|
||||
linux*) target="x86_64-unknown-linux-musl" ;;
|
||||
|
||||
Reference in New Issue
Block a user