From be65297cddc9caa69b41dc51a7044f1fe44b5dd3 Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 12 Feb 2024 13:30:27 +0800 Subject: [PATCH] update --- .github/workflows/lo-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index cc5adb8..fc8cf56 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -121,7 +121,10 @@ jobs: while true; do make download -j && break || true; done if [ `nproc` -lt 8 ] && con = `nproc`/2+3 || con = `nproc` make -j$con 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 + if [ ! -e ~/lede/bin/targets/*/*/*imagebuilder*xz ]; then + df -h + make IGNORE_ERRORS=1 V=sc + fi mv `ls ~/lede/bin/targets/*/*/*imagebuilder*xz` ~/ib-$DEVICE.tar.xz echo "======================="