From 493cc1fe4de3a78b29b0fcfe038dd481c9235ebb Mon Sep 17 00:00:00 2001 From: LimonChoms <46754160+LimonChoms@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=A8=B3=E5=AE=9A=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-openwrt.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index 3243dfa..1019fc1 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -55,6 +55,8 @@ jobs: run: | df -hT $PWD git clone $REPO_URL -b $REPO_BRANCH openwrt + cd openwrt + git checkout $BRANCH_TAG ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt - name: Load custom feeds