Skip to content

Commit d67699c

Browse files
committed
fix
1 parent 663a6ae commit d67699c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: |
119119
ulimit -SHn 65000
120120
cd ~/lede
121-
rm -r dl;while true; do make download -j && break || true; done
121+
rm -rf dl;while true; do make download -j && break || true; done
122122
[ `nproc` -gt 8 ] && con=$[`nproc`/2+3] || con=`nproc`
123123
if [ -d build_dir ]; then
124124
make -j$con IGNORE_ERRORS=1 tools/compile toolchain/compile buildinfo target/compile package/compile package/install target/install

0 commit comments

Comments
 (0)