Update r2s_lean_minimal.yml

This commit is contained in:
klever1988
2020-04-18 12:26:36 +08:00
committed by GitHub
parent 94fd1eeae7
commit 66fdcb8d35

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- master - master
paths: paths:
- '.github/workflows/r2s_lean_minimal.yml' - '.github/workflows/r2s_lean_minimal.yml_'
schedule: schedule:
- cron: '10 08 * * *' - cron: '10 08 * * *'
@@ -49,7 +49,6 @@ jobs:
- name: Patch Kernel - name: Patch Kernel
run: | run: |
. patch_kernel_5.4.sh . patch_kernel_5.4.sh
sed -i -r 's/# (CONFIG_.*_ERRATUM_.*?) is.*/\1=y/g' kernel/arch/arm64/configs/nanopi-r2_linux_defconfig
- name: Mods - name: Mods
run: | run: |