From 9cd334b94bc18627d4a8f5a0ea3c58d60ad4094e Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Mon, 15 May 2023 11:20:24 +0800 Subject: [PATCH 1/2] Update action.yml --- .github/workflows/action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 40b1831275b..d5495584a15 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -28,7 +28,6 @@ jobs: build: runs-on: ubuntu-latest name: ${{ matrix.legs.RTT_BSP }} - if: github.repository_owner == 'RT-Thread' strategy: fail-fast: false matrix: @@ -182,7 +181,7 @@ jobs: #- "lpc43xx/M4" - "renesas/ra6m3-ek" - "renesas/ra6m4-cpk" - #- "renesas/ra6m3-hmi-board" + - "renesas/ra6m3-hmi-board" - RTT_BSP: "gd32_n32_apm32" RTT_TOOL_CHAIN: "sourcery-arm" SUB_RTT_BSP: @@ -365,4 +364,4 @@ jobs: { total_time=$(grep "Total command execution time" output.log | awk '{print $5}'); \ echo "- ✅ build $bsp success in $total_time seconds " >> $GITHUB_STEP_SUMMARY ; echo "::endgroup::" ; } done - exit $failed \ No newline at end of file + exit $failed From c5b1fabd58fc4ba6c549507c3cfef7da06bd8f90 Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Mon, 15 May 2023 13:38:18 +0800 Subject: [PATCH 2/2] Update action.yml --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d5495584a15..44aaa2022a8 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -64,7 +64,7 @@ jobs: - "hc32/ev_hc32f4a0_lqfp176" - "hc32/ev_hc32f460_lqfp100_v2" - "hc32l196" - #- "tae32f5300" + - "tae32f5300" - "mm32/mm32f3270-100ask-pitaya" - "sam7x" - RTT_BSP: "stm32l4_f0_f1" @@ -178,7 +178,7 @@ jobs: - "frdm-k64f" - "lpc176x" - "xplorer4330/M4" - #- "lpc43xx/M4" + - "lpc43xx/M4" - "renesas/ra6m3-ek" - "renesas/ra6m4-cpk" - "renesas/ra6m3-hmi-board"