更新 .github/workflows/openwrt-ci.yml
add helloworld
This commit is contained in:
parent
fe0de7a9ea
commit
b5f1545486
3
.github/workflows/openwrt-ci.yml
vendored
3
.github/workflows/openwrt-ci.yml
vendored
@ -58,7 +58,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Update feeds
|
- name: Update feeds
|
||||||
run: |
|
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 update -a
|
||||||
./scripts/feeds install -a
|
./scripts/feeds install -a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user