mirror of https://github.com/OpenIPC/firmware.git
Attempt to fix '503 Egress is over the account limit' (#399)
parent
0dd034a014
commit
c5ca11dbee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue