diff options
| author | hathach <[email protected]> | 2023-06-16 16:47:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-16 16:47:32 +0700 |
| commit | 1419091923e7b524b920afb2dabdf323c3b6a44d (patch) | |
| tree | 1461076ec037d629af9b7c00ed8200897b4bac98 /.github/workflows | |
| parent | e754795d3adec4bc3a66a4131d0662d87acb4893 (diff) | |
update h7 to cmake, and move iar build to cmake
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_iar.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index 7e42a66f8..08149e201 100644 --- a/.github/workflows/build_iar.yml +++ b/.github/workflows/build_iar.yml @@ -32,7 +32,7 @@ jobs: # Alphabetical order # Note: bundle multiple families into a matrix since there is only one self-hosted instance can # run IAR build. Too many matrix can hurt due to setup/teardown overhead. - - 'stm32f0 stm32f1 stm32f7 stm32h7 stm32l4' + - 'stm32f0 stm32f1 stm32f7 stm32l4' steps: - name: Clean workspace run: | @@ -58,7 +58,7 @@ jobs: # Alphabetical order # Note: bundle multiple families into a matrix since there is only one self-hosted instance can # run IAR build. Too many matrix can hurt due to setup/teardown overhead. - - 'stm32g0 stm32g4' + - 'stm32g0 stm32g4 stm32h7' steps: - name: Clean workspace run: | |
