diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 40b1831275b..44aaa2022a8 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: @@ -65,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" @@ -179,10 +178,10 @@ jobs: - "frdm-k64f" - "lpc176x" - "xplorer4330/M4" - #- "lpc43xx/M4" + - "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