更新 .github/workflows/openwrt-ci.yml

add helloworld
This commit is contained in:
mka 2025-04-28 15:57:22 +08:00
parent fe0de7a9ea
commit b5f1545486

View File

@ -58,7 +58,8 @@ jobs:
- name: Update feeds
run: |
sed -i 's/#src-git helloworld/src-git helloworld/g' ./feeds.conf.default
echo 'src-git helloworld http://117.72.43.23:17050/mka/helloworld' >> ./feeds.conf.default
sed -i 's/\"#src-git\"/\"src-git\"/g' ./feeds.conf.default
./scripts/feeds update -a
./scripts/feeds install -a