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