From 28e4016c49bb9fe88ec98b9e6a55a45080c9f2d5 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 10 May 2022 14:03:10 +0800 Subject: [PATCH] build: fix --- .github/workflows/lo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index c2b8afd..9d098da 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -73,7 +73,7 @@ jobs: . $GITHUB_WORKSPACE/scripts/merge_packages.sh . $GITHUB_WORKSPACE/scripts/patches.sh cd - svn export https://github.com/openwrt/luci luci + svn export https://github.com/openwrt/luci/trunk luci pushd luci ls -d */ | xargs -n1 -i diff -q {} ../lede/feeds/luci/{} | grep Only | grep lede | grep -E applications\|themes | awk '{print $4}' | xargs -n1 -i echo CONFIG_PACKAGE_{}=m > ~/lede/more_luci.txt popd