From cd2245400984af313b437687a12f84d166ab97d3 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Mon, 17 Feb 2020 08:29:56 +0800 Subject: [PATCH] Update r2s_lean.yml --- .github/workflows/r2s_lean.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/r2s_lean.yml b/.github/workflows/r2s_lean.yml index b2cebb8..e403644 100644 --- a/.github/workflows/r2s_lean.yml +++ b/.github/workflows/r2s_lean.yml @@ -99,7 +99,8 @@ jobs: CONFIG_boost-compile-visibility-hidden=y CONFIG_boost-runtime-shared=y CONFIG_boost-static-and-shared-libs=y - CONFIG_boost-variant-release=y' >> configs/config_rk3328.t + CONFIG_boost-variant-release=y + # CONFIG_V2RAY_COMPRESS_UPX is not set' >> configs/config_rk3328.t cd friendlywrt git config --local user.email "action@github.com" && git config --local user.name "GitHub Action" git remote add upstream https://github.com/coolsnowwolf/lede && git fetch upstream