merge multiple matrix with IAR build

This commit is contained in:
hathach 2023-02-01 18:45:50 +07:00
parent 3846da69d3
commit 647fd030ff
1 changed files with 1 additions and 8 deletions

View File

@ -29,14 +29,7 @@ jobs:
matrix:
family:
# Alphabetical order
# Due to long build time, we only enable build with different usb controller
- 'stm32f0'
#- 'stm32f1'
#- 'stm32f4'
#- 'stm32f7'
#- 'stm32g4'
- 'stm32h7'
- 'stm32l4'
- 'stm32f0 stm32f1 stm32f4 stm32f7 stm32g4 stm32h7 stm32l4'
steps:
- name: Clean workspace
run: |