From d67699cf381853a7d29b60daa44c8e4c38ef1540 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 17 Apr 2024 02:45:04 +0800 Subject: [PATCH] fix --- .github/workflows/lo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index a7eaa2580..05f0e1df6 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -118,7 +118,7 @@ jobs: run: | ulimit -SHn 65000 cd ~/lede - rm -r dl;while true; do make download -j && break || true; done + rm -rf dl;while true; do make download -j && break || true; done [ `nproc` -gt 8 ] && con=$[`nproc`/2+3] || con=`nproc` if [ -d build_dir ]; then make -j$con IGNORE_ERRORS=1 tools/compile toolchain/compile buildinfo target/compile package/compile package/install target/install