diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index a203761b20..93acdbb545 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -122,8 +122,8 @@ jobs: ulimit -SHn 65000 cd ~/lede while true; do make download -j && break || true; done - make -j$[`nproc`+1] IGNORE_ERRORS=1 - if [ ! -e ~/lede/bin/targets/*/*/*imagebuilder*xz ]; then make V=sc; fi + make -j$[`nproc`+1] IGNORE_ERRORS=1 tools/compile toolchain/compile buildinfo target/compile package/compile package/install target/install + if [ ! -e ~/lede/bin/targets/*/*/*imagebuilder*xz ]; then make IGNORE_ERRORS=1 V=sc; fi mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz echo "======================="