From f1e02ccdef419a0f65013562da10b976986eff7a Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Mon, 22 Aug 2022 18:26:14 +0300 Subject: [PATCH] Attempt to fix '503 Egress is over the account limit' --- .github/workflows/matrix_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/matrix_build.yml b/.github/workflows/matrix_build.yml index a2c4113c..8074a1d6 100644 --- a/.github/workflows/matrix_build.yml +++ b/.github/workflows/matrix_build.yml @@ -339,7 +339,8 @@ jobs: echo Using $TOOLNAME if [ ! -f "$TOOLNAME.tgz" ]; then - wget https://github.com/${GITHUB_REPOSITORY}/releases/download/${TAG_NAME}/${TOOLNAME}.tgz + wget --retry-on-http-error=503 \ + https://github.com/${GITHUB_REPOSITORY}/releases/download/${TAG_NAME}/${TOOLNAME}.tgz fi echo "BR2_TOOLCHAIN_EXTERNAL=y" >> $CONF_PATH