[macOS] Fix Android tests to work with platform version S and remove Cmake 3.6 (#2757)

* Fix tests, move cmake to toolset

* add -L to curl
This commit is contained in:
Mikhail Timofeev
2021-02-19 14:52:13 +03:00
committed by GitHub
parent 18effcdd26
commit d76f3274f8
7 changed files with 14 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
# Download installer from dot.net and keep it locally
DOTNET_INSTALL_SCRIPT="https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/dotnet-install.sh"
curl -o "dotnet-install.sh" "$DOTNET_INSTALL_SCRIPT"
curl -L -o "dotnet-install.sh" "$DOTNET_INSTALL_SCRIPT"
chmod +x ./dotnet-install.sh
ARGS_LIST=()