diff --git a/.github/workflows/r1s_lienol.yml b/.github/workflows/r1s_lienol.yml index 24bd456..0d61172 100644 --- a/.github/workflows/r1s_lienol.yml +++ b/.github/workflows/r1s_lienol.yml @@ -51,7 +51,7 @@ jobs: cd friendlywrt-h5 #. ../remove_unused_config.sh cat ../app_config.seed >> configs/config_h5 - echo 'CONFIG_KERNEL_CGROUPS=y' >> configs/config_h5 + echo '# CONFIG_V2RAY_COMPRESS_UPX is not set' >> configs/config_h5 cd friendlywrt git config --local user.email "action@github.com" && git config --local user.name "GitHub Action" git remote add upstream https://github.com/Lienol/openwrt && git fetch upstream