mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-11 07:00:25 +00:00
Remove needless host_triple call
This commit is contained in:
1
main.sh
1
main.sh
@@ -317,7 +317,6 @@ for tool in "${tools[@]}"; do
|
|||||||
# https://nexte.st/book/pre-built-binaries.html
|
# https://nexte.st/book/pre-built-binaries.html
|
||||||
case "${OSTYPE}" in
|
case "${OSTYPE}" in
|
||||||
linux*)
|
linux*)
|
||||||
host_triple
|
|
||||||
case "${host_env}" in
|
case "${host_env}" in
|
||||||
gnu) url="https://get.nexte.st/${version}/linux" ;;
|
gnu) url="https://get.nexte.st/${version}/linux" ;;
|
||||||
*) url="https://get.nexte.st/${version}/linux-musl" ;;
|
*) url="https://get.nexte.st/${version}/linux-musl" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user