From 0927c2776ea6e4f5529e970d2345cf8911825cad Mon Sep 17 00:00:00 2001 From: breeze303 <122870904+breeze303@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:57:18 +0800 Subject: [PATCH] Update X86-64.yml --- .github/workflows/X86-64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/X86-64.yml b/.github/workflows/X86-64.yml index 25773638..ab04ea96 100644 --- a/.github/workflows/X86-64.yml +++ b/.github/workflows/X86-64.yml @@ -95,10 +95,10 @@ jobs: run: | cd $OPENWRT_PATH ./scripts/feeds update -a - rm -rf feeds/luci/applications/luci-app-passwall git clone --depth 1 https://github.com/xiaorouji/openwrt-passwall.git feeds/passwall + git clone --depth 1 https://github.com/breeze303/luci-app-lucky package/lucky + rm -rf feeds/luci/applications/luci-app-passwall mv feeds/passwall/luci-app-passwall feeds/luci/applications/ - git clone --depth 1 https://github.com/breeze303/luci-app-lucky feeds/lucky ./scripts/feeds install -a - name: Load Custom Configuration(加载自定义配置)