diff options
| author | hathach <[email protected]> | 2021-11-05 13:23:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-11-05 13:23:31 +0700 |
| commit | 3fc3e400b0ad91a0f15fe0c45bb924a9b1d65249 (patch) | |
| tree | 91fc7aa9419927dc941d226d9ac13b231287fe01 /.github | |
| parent | 422f439bf73450b9f08ff6fb2bf961205ba1c5f5 (diff) | |
add xmc4000 to ci build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_arm.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml index 53a1628a0..8db0fe04f 100644 --- a/.github/workflows/build_arm.yml +++ b/.github/workflows/build_arm.yml @@ -57,6 +57,7 @@ jobs: - 'stm32f7' - 'stm32h7' - 'stm32l4' + - 'xmc4000' steps: - name: Setup Python uses: actions/setup-python@v2 |
