[macos] add retries when installing DotNETSDK (#8550)

This commit is contained in:
ilia-shipitsin
2023-10-13 14:29:01 +02:00
committed by GitHub
parent 53d0847239
commit 2fd64bb024

View File

@@ -14,7 +14,7 @@ arch=$(get_arch)
# Download installer from dot.net and keep it locally # Download installer from dot.net and keep it locally
DOTNET_INSTALL_SCRIPT="https://dot.net/v1/dotnet-install.sh" DOTNET_INSTALL_SCRIPT="https://dot.net/v1/dotnet-install.sh"
curl -fsSL -o "dotnet-install.sh" "$DOTNET_INSTALL_SCRIPT" download_with_retries $DOTNET_INSTALL_SCRIPT .
chmod +x ./dotnet-install.sh chmod +x ./dotnet-install.sh
ARGS_LIST=() ARGS_LIST=()