From bd6c231661e684bc160fcff3ec71e9186f3e0ef7 Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Fri, 26 Aug 2022 11:58:43 +0300 Subject: [PATCH] RV1126: Check uImage, not rootfs.squashfs for NOR fw --- .github/workflows/matrix_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix_build.yml b/.github/workflows/matrix_build.yml index 1d0a05c4..3650e670 100644 --- a/.github/workflows/matrix_build.yml +++ b/.github/workflows/matrix_build.yml @@ -455,7 +455,7 @@ jobs: fi } - if [ -f rootfs.squashfs ]; then + if [ -f uImage ]; then case ${{ matrix.release }} in lite) check_exceeded uImage ${MAX_KERNEL_SIZE}