mirror of https://github.com/OpenIPC/firmware.git
Attempt to fix '503 Egress is over the account limit'
parent
c623d17f02
commit
f1e02ccdef
|
@ -339,7 +339,8 @@ jobs:
|
||||||
|
|
||||||
echo Using $TOOLNAME
|
echo Using $TOOLNAME
|
||||||
if [ ! -f "$TOOLNAME.tgz" ]; then
|
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
|
fi
|
||||||
|
|
||||||
echo "BR2_TOOLCHAIN_EXTERNAL=y" >> $CONF_PATH
|
echo "BR2_TOOLCHAIN_EXTERNAL=y" >> $CONF_PATH
|
||||||
|
|
Loading…
Reference in New Issue