diff options
| author | hathach <[email protected]> | 2023-03-19 12:47:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-19 12:47:05 +0700 |
| commit | 322f58ea8530e2b43d00a087b6d501776be25a00 (patch) | |
| tree | 1a136349f8cc2da319f404c7b3149bc5ee80ff66 /.github | |
| parent | ab0da3c30baab6eb63e55217f2b4d5a719fb86e4 (diff) | |
add CFLAGS_SKIP to improve sam compile time
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_arm.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 3abfd50a8..8a3181440 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -48,9 +48,8 @@ jobs: - 'stm32f0 stm32f1' - 'stm32f4' - 'stm32f7' - - 'stm32g4 stm32wb' - - 'stm32h7' - - 'stm32l0 stm32l4' + - 'stm32g4 stm32h7' + - 'stm32l0 stm32l4 stm32u5 stm32wb' - 'tm4c123 xmc4000' steps: - name: Setup Python |
