Skip to content

Commit 5db4101

Browse files
committed
Update WorkFlow
1 parent bf125c6 commit 5db4101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openwrt-awg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
rm -rf bin/targets/${target}/${subtarget}/packages/ || true
3737
3838
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${target}/${subtarget}/feeds.buildinfo -O feeds.conf
39-
echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git;dev-24.10" >> ./feeds.conf
39+
echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git" >> ./feeds.conf
4040
4141
./scripts/feeds update -a
4242
./scripts/feeds install -a

0 commit comments

Comments
 (0)