From 095eaf7c78d31995a557f22e3597d766275e94b3 Mon Sep 17 00:00:00 2001 From: breeze303 <122870904+breeze303@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:07:22 +0800 Subject: [PATCH] Update X86-64.yml --- .github/workflows/X86-64.yml | 3 +++ 1 file changed, 3 insertions(+) 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