Skip to content

Commit

Permalink
Update Build-openwrt-RAX3000M.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaya131 authored Jan 26, 2024
1 parent 9d88639 commit 03e7fdc
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/Build-openwrt-RAX3000M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,17 @@ jobs:
cd openwrt
$GITHUB_WORKSPACE/$DIY_P1_SH
- name: 更新源 #Update feeds
run: cd openwrt && ./scripts/feeds update -a
- name: Load custom feeds
run: |
cd ./owrt
echo 'src-git smpackage https://github.com/kenzok8/small-package' >> feeds.conf.default
- name: Update Feeds
run: |
cd ./owrt
- name: 安装源 #Install feeds
run: cd openwrt && ./scripts/feeds install -a
./scripts/feeds update -a
./scripts/feeds install -a
# - name: SSH connection to Actions
# uses: P3TERX/[email protected]
Expand Down

0 comments on commit 03e7fdc

Please sign in to comment.