We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e260f1c commit efd9f9fCopy full SHA for efd9f9f
.github/workflows/Release.yml
@@ -378,7 +378,8 @@ jobs:
378
cat feeds.conf.default >> feeds.conf
379
cat feeds.conf
380
381
- ./scripts/feeds update -a > /dev/null
+ git config --global http.postBuffer 500M
382
+ for i in 1 2 3; do ./scripts/feeds update -a && break || sleep 5; done
383
make defconfig
384
385
./scripts/feeds install -d y -f -a
@@ -455,7 +456,8 @@ jobs:
455
456
cp feeds.conf.default feeds.conf
457
458
459
460
461
462
463
0 commit comments