Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo6oT committed Dec 5, 2024
1 parent 24e80bd commit f7a21ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openwrt-awg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rm -rf bin/targets/${target}/${subtarget}/packages/ || true
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${target}/${subtarget}/feeds.buildinfo -O feeds.conf
echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git;dev-snapshot" >> ./feeds.conf
echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git;dev-24.10" >> ./feeds.conf
./scripts/feeds update -a
./scripts/feeds install -a
Expand Down

0 comments on commit f7a21ec

Please sign in to comment.