Skip to content

Commit

Permalink
Update WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo6oT authored Mar 26, 2024
1 parent 946b2e4 commit a64df1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openwrt-awg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
#runs-on: ubuntu-latest
strategy:
matrix:
tag: ['23.05.2']
tag: ['23.05.3']
build_env:
- pkgarch: aarch64_cortex-a53
target: mediatek
Expand All @@ -35,7 +35,7 @@ jobs:
rm -rf bin/packages/${pkgarch}/awgopenwrt/ || true
rm -rf bin/targets/${target}/${subtarget}/packages/ || true
cp -rp feeds.conf.default feeds.conf
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
./scripts/feeds update -a
Expand Down

0 comments on commit a64df1d

Please sign in to comment.