From 90bee51a296f35fee820f481057ff575a5bc25d5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 9 Dec 2024 09:50:47 +1100 Subject: [PATCH] CI: show build sizes on linux build avoids issue of -j build obscuring sizes --- .github/workflows/CI_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index cb855e05..d16eccdf 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -13,6 +13,7 @@ jobs: run: | make arm_sdk_install make -j8 + tools/linux/xpack-arm-none-eabi-gcc-10.3.1-2.3/bin/arm-none-eabi-size obj/*.elf - name: Archive build uses: actions/upload-artifact@v3