Skip to content

Commit 8ee67d5

Browse files
authored
Update build-openwrt.yml
1 parent c03cb3d commit 8ee67d5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build-openwrt.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@main
4343

44+
- name: download ddns-go
45+
run: |
46+
wget https://github.com/jeessy2/ddns-go/releases/download/v6.2.0/ddns-go_6.2.0_linux_mipsle_hardfloat.tar.gz
47+
tar -zxvf ddns-go_6.2.0_linux_mipsle_hardfloat.tar.gz
48+
mv ddns-go openwrt/package/base-files/files/bin/ddns-go
49+
ls openwrt/package/base-files/files/bin
50+
4451
- name: Initialization environment
4552
env:
4653
DEBIAN_FRONTEND: noninteractive
@@ -67,12 +74,6 @@ jobs:
6774
chmod +x $DIY_P1_SH
6875
cd openwrt
6976
$GITHUB_WORKSPACE/$DIY_P1_SH
70-
- name: download ddns-go
71-
run: |
72-
wget https://github.com/jeessy2/ddns-go/releases/download/v6.2.0/ddns-go_6.2.0_linux_mipsle_hardfloat.tar.gz
73-
tar -zxvf ddns-go_6.2.0_linux_mipsle_hardfloat.tar.gz
74-
mv ddns-go openwrt/package/base-files/files/bin/ddns-go
75-
ls openwrt/package/base-files/files/bin
7677
7778
- name: install depends
7879
run: |

0 commit comments

Comments
 (0)