From ccd677de3a01e76d2870af92c29815213a274d28 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Sat, 5 Sep 2026 22:43:00 +0800 Subject: [PATCH] Update jell.yml to modify git_sparse_clone commands Comment out git_sparse_clone commands for luci-app-daed and luci-app-dae, and add a new git_sparse_clone for small repository. --- .github/workflows/jell.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/jell.yml b/.github/workflows/jell.yml index 4034d2fd..e9dfbffe 100644 --- a/.github/workflows/jell.yml +++ b/.github/workflows/jell.yml @@ -149,10 +149,12 @@ jobs: ) & ( git_clone https://github.com/QiuSimons/vmlinux-btf - git_sparse_clone kix https://github.com/QiuSimons/luci-app-daed \ - luci-app-daed daed - git_sparse_clone kix https://github.com/QiuSimons/luci-app-dae \ - luci-app-dae dae + # git_sparse_clone kix https://github.com/QiuSimons/luci-app-daed \ + # luci-app-daed daed + # git_sparse_clone kix https://github.com/QiuSimons/luci-app-dae \ + # luci-app-dae dae + git_sparse_clone master https://github.com/kenzok8/small \ + dae daed luci-app-daede git_sparse_clone main https://github.com/djylb/nps-openwrt \ npc luci-app-npc git_sparse_clone main https://github.com/smallprogram/openwrt-ghfu \