From 9bb38f30183d2d15e6df82ae1d233a6a5d087b01 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 23 Dec 2023 05:41:07 +0800 Subject: [PATCH] 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 271f57c..80221da 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -95,7 +95,7 @@ jobs: find package/ -type d -name luci-app-* | rev | cut -d'/' -f1 | rev | xargs -ri echo CONFIG_PACKAGE_{}=m >> .config cat $GITHUB_WORKSPACE/extra_packages.seed >> .config cat more_luci.txt >> .config - [ -f .config_fix ] cat .config_fix >> .config + [ -f .config_fix ] && cat .config_fix >> .config make defconfig && sed -i -E 's/# (CONFIG_.*_COMPRESS_UPX) is not set/\1=y/' .config && make defconfig cat .config