Skip to content

Commit

Permalink
Update Workflow for arm64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo6oT committed Jul 24, 2024
1 parent ba2f754 commit 13dae91
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" >> ./feeds.conf
echo "src-git awgopenwrt https://github.com/lolo6oT/awg-openwrt.git;dev" >> ./feeds.conf
./scripts/feeds update -a
./scripts/feeds install -a
Expand Down

0 comments on commit 13dae91

Please sign in to comment.