Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo6oT committed Aug 27, 2024
1 parent 4e1e6fa commit a837881
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/openwrt-awg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ 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
<<<<<<< HEAD
echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git" >> ./feeds.conf
=======
echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git" >> ./feeds.conf
>>>>>>> dev-23.05
./scripts/feeds update -a
./scripts/feeds install -a
Expand Down

0 comments on commit a837881

Please sign in to comment.