diff --git a/.github/workflows/X86-64.yml b/.github/workflows/X86-64.yml index ab04ea96..4c97c790 100644 --- a/.github/workflows/X86-64.yml +++ b/.github/workflows/X86-64.yml @@ -97,7 +97,10 @@ jobs: ./scripts/feeds update -a 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 + git clone --depth 1 https://github.com/QiuSimons/luci-app-daed.git package/daed rm -rf feeds/luci/applications/luci-app-passwall + rm -rf feeds/luci/applications/luci-app-daed + rm -rf feeds/packages/net/daed mv feeds/passwall/luci-app-passwall feeds/luci/applications/ ./scripts/feeds install -a