Skip to content

Commit

Permalink
切换开发分支
Browse files Browse the repository at this point in the history
  • Loading branch information
LimonChoms authored Sep 23, 2024
1 parent 0f3fef6 commit 76018e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
REPO_URL: https://github.com/openwrt/openwrt
# REPO_BRANCH: main
REPO_BRANCH: main
# REPO_BRANCH: openwrt-23.05
BRANCH_TAG: v23.05.4
FEEDS_CONF: feeds.conf.default
Expand Down Expand Up @@ -54,9 +54,7 @@ jobs:
working-directory: /workdir
run: |
df -hT $PWD
git clone $REPO_URL openwrt
cd openwrt
git checkout $BRANCH_TAG
git clone $REPO_URL -b $REPO_BRANCH openwrt
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
- name: Load custom feeds
Expand Down

0 comments on commit 76018e3

Please sign in to comment.