Skip to content

Commit

Permalink
Update openwrt version
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlife committed Jun 9, 2023
1 parent 59225ea commit 894971c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: co
run: |
REPO_URL=https://github.com/openwrt/openwrt
REPO_TAG=v21.02.6
REPO_TAG=v21.02.7
git clone -b $REPO_TAG $REPO_URL openwrt
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
name_tag=${REPO_TAG}-r$(date +%g.%j)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86_64_2203.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: co
run: |
REPO_URL=https://github.com/openwrt/openwrt
REPO_TAG=v22.03.4
REPO_TAG=v22.03.5
git clone -b $REPO_TAG $REPO_URL openwrt
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
name_tag=${REPO_TAG}-r$(date +%g.%j)
Expand Down

0 comments on commit 894971c

Please sign in to comment.