Update r2s_lean.yml

This commit is contained in:
klever1988
2020-02-17 08:29:56 +08:00
committed by GitHub
parent c49803b99e
commit cd22454009

View File

@@ -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