Skip to content

Commit 8a489c7

Browse files
committed
add stm32h7 port to build workflow
1 parent 21f8593 commit 8a489c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
- 'stm32f4'
6969
- 'stm32h5'
7070
- 'stm32l4'
71+
- 'stm32h7'
7172
with:
7273
port: ${{ matrix.port }}
7374
boards: ${{ toJSON(fromJSON(needs.set-matrix.outputs.json)[matrix.port].board) }}

0 commit comments

Comments
 (0)