From 2c96b6682bc2e6b1b4b399db5b2695b26b9fe07e Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 23 Apr 2021 05:58:54 +0800 Subject: [PATCH] tmp: fix builds --- .github/workflows/lo-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index f223791..f80654a 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -88,6 +88,9 @@ jobs: run: | cd ~/lede while true; do make download -j && break || true; done + make package/feeds/packages/trojan-plus/clean + make package/feeds/packages/trojan/clean + make package/lean/qBittorrent-Enhanced-Edition/clean make -j$[`nproc`+1] IGNORE_ERRORS=1 mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz