From 01d1bbe40d7932e042e9dfb1c9eb41b01abc1b3f Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Mon, 15 May 2023 22:38:46 +0800 Subject: [PATCH] [action] add ra6m3-hmi-board (#11) (#7508) --- .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 40b1831275..fe0759580d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -182,7 +182,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 +365,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