From 3ba5d714cc6c58276464597f2687d2f2d4f7cd18 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 3 Dec 2024 19:12:20 +0700 Subject: [PATCH] enable ci build for h5 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a829314b6..b3a745444 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,6 @@ jobs: # Build ARM # --------------------------------------- arm: - #if: false needs: set-matrix uses: ./.github/workflows/build_util.yml strategy: @@ -67,6 +66,7 @@ jobs: - 'mimxrt10xx' - 'stm32f3' - 'stm32f4' + - 'stm32h5' - 'stm32l4' with: port: ${{ matrix.port }} @@ -78,7 +78,6 @@ jobs: # Build ESP # --------------------------------------- esp: - #if: false needs: set-matrix uses: ./.github/workflows/build_util.yml secrets: inherit @@ -121,6 +120,7 @@ jobs: # Build ARM with CMake # --------------------------------------- arm-cmake: + if: false runs-on: ubuntu-latest strategy: fail-fast: false