Update r2s_lienol.yml

This commit is contained in:
klever1988
2020-03-13 02:11:42 +08:00
committed by GitHub
parent 98c9a2e067
commit 91647a1795

View File

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