diff options
| author | hathach <[email protected]> | 2023-06-16 15:29:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-16 15:29:34 +0700 |
| commit | e754795d3adec4bc3a66a4131d0662d87acb4893 (patch) | |
| tree | 281212f5852f6ce9d2a607aab3e0acea94c2e708 /.github/workflows | |
| parent | a7f330fa94b7a39858f6d770737451b51f061c25 (diff) | |
fix build warnings
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_iar.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index 83e81164a..7e42a66f8 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 stm32f4 stm32f7 stm32g4 stm32h7 stm32l4' + - 'stm32f0 stm32f1 stm32f7 stm32h7 stm32l4' steps: - name: Clean workspace run: | |
