From 91647a1795106d9df42892fd47f5deeceab70327 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Fri, 13 Mar 2020 02:11:42 +0800 Subject: [PATCH] Update r2s_lienol.yml --- .github/workflows/r2s_lienol.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/r2s_lienol.yml b/.github/workflows/r2s_lienol.yml index cb2d6e3..834129a 100644 --- a/.github/workflows/r2s_lienol.yml +++ b/.github/workflows/r2s_lienol.yml @@ -5,7 +5,7 @@ on: branches: - master paths: - - '.github/workflows/r2s_lienol.yml_' + - '.github/workflows/r2s_lienol.yml' schedule: - cron: '30 09 * * *' @@ -68,6 +68,7 @@ jobs: cat configs/config_rk3328 | grep "TARGET" >> ../base_rk3328.seed cat ../app_config.seed >> ../base_rk3328.seed cat ../base_rk3328.seed > configs/config_rk3328 + echo "\nCONFIG_KERNEL_CGROUPS=n" >> configs/config_rk3328 #try fix 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