summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-02-01 18:45:50 +0700
committerhathach <[email protected]>2023-02-01 18:45:50 +0700
commit647fd030ffe698409f20ebf28f6eea1ba7604348 (patch)
tree0ebf5df8b59d297f398899cdbf4febc3741c34ad
parent3846da69d38c824fc9609f60380b864d4376b70e (diff)
merge multiple matrix with IAR build
-rw-r--r--.github/workflows/build_iar.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml
index c644bdc51..c7824d5a2 100644
--- a/.github/workflows/build_iar.yml
+++ b/.github/workflows/build_iar.yml
@@ -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: |