1028
All checks were successful
获取完整内核版本 / clone_with_proxy (push) Successful in 55s

This commit is contained in:
298977887 2024-10-28 15:57:58 +08:00
parent 90670f6666
commit 8ec6092ddc

View File

@ -90,6 +90,13 @@ jobs:
exit 1
fi
# 7. 更新和安装 feeds
- name: 🔄 更新和安装 feeds
run: |
cd lede
./scripts/feeds update -a
./scripts/feeds install -a
# 8. 获取 LuCI 版本和分支信息
- name: 📝 获取 LuCI 版本和分支信息
run: |