Merge branch 'main' of https://github.com/actions/virtual-environments into v-malob/xcode

This commit is contained in:
Maxim Lobanov
2020-10-23 11:06:25 +03:00
28 changed files with 509 additions and 455 deletions

View File

@@ -12,7 +12,7 @@ download_with_retries() {
--wait 30 \
--retry-connrefused \
--retry-on-host-error \
--retry-on-http-error=429,500,502,503 \
--retry-on-http-error=404,429,500,502,503 \
--no-verbose
if [ $? != 0 ]; then