diff options
| author | hathach <[email protected]> | 2023-06-24 23:36:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-24 23:36:52 +0700 |
| commit | 30ccfe083216f5219bfa8e85e0a0a26547a2655c (patch) | |
| tree | 334e8553b0698ffa022c9d714eafc3e1e138f12a /.github/workflows/cmake_arm.yml | |
| parent | 9b2b4ce647812150ba03cc29a196ce10564a2c73 (diff) | |
more cmake less make
Diffstat (limited to '.github/workflows/cmake_arm.yml')
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index ec2f977b6..6d7977de8 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -33,9 +33,11 @@ jobs: matrix: family: # Alphabetical order + - 'imxrt' + - 'kinetis_kl' - 'lpc18' + - 'lpc55' - 'mcx' - - 'imxrt' - 'rp2040' - 'stm32f0' - 'stm32f1' |
