Skip to content

Commit

Permalink
enable ci build for h5
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Dec 3, 2024
1 parent f7a2093 commit 3ba5d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
# Build ARM
# ---------------------------------------
arm:
#if: false
needs: set-matrix
uses: ./.github/workflows/build_util.yml
strategy:
Expand All @@ -67,6 +66,7 @@ jobs:
- 'mimxrt10xx'
- 'stm32f3'
- 'stm32f4'
- 'stm32h5'
- 'stm32l4'
with:
port: ${{ matrix.port }}
Expand All @@ -78,7 +78,6 @@ jobs:
# Build ESP
# ---------------------------------------
esp:
#if: false
needs: set-matrix
uses: ./.github/workflows/build_util.yml
secrets: inherit
Expand Down Expand Up @@ -121,6 +120,7 @@ jobs:
# Build ARM with CMake
# ---------------------------------------
arm-cmake:
if: false
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 3ba5d71

Please sign in to comment.