Attempt to fix '503 Egress is over the account limit' (#399)

pull/401/head
Dmitry Ilyin 2022-08-23 18:55:16 +03:00 committed by GitHub
parent 0dd034a014
commit c5ca11dbee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -343,7 +343,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