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(加载自定义配置)