diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index 2ba8b06..8beaf0a 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -88,6 +88,7 @@ jobs: run: | cd ~/lede while true; do make download -j && break || true; done + make package/feeds/packages/lua-maxminddb/clean make -j$[`nproc`+1] IGNORE_ERRORS=1 mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz