Skip to content

Commit 0957902

Browse files
committed
more ci merge
1 parent 9e0ae5f commit 0957902

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build_arm.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
- 'broadcom_32bit'
3636
- 'imxrt'
3737
- 'lpc15 lpc18'
38-
- 'lpc54 lpc55'
39-
- 'mm32'
40-
- 'msp432e4'
38+
- 'lpc54 lpc55'
39+
- 'mm32 msp432e4'
4140
- 'nrf'
4241
- 'rp2040'
4342
- 'samd11'
@@ -50,8 +49,7 @@ jobs:
5049
- 'stm32g4 stm32wb'
5150
- 'stm32h7'
5251
- 'stm32l4'
53-
- 'tm4c123'
54-
- 'xmc4000'
52+
- 'tm4c123 xmc4000'
5553
steps:
5654
- name: Setup Python
5755
uses: actions/setup-python@v4
@@ -97,7 +95,7 @@ jobs:
9795
done
9896
9997
# Upload binaries for rp2040/stm32l412nucleo hardware test with self-hosted
100-
98+
10199
- name: Prepare rp2040 Artifacts
102100
if: matrix.family == 'rp2040' && github.repository_owner == 'hathach'
103101
run: find examples/ -name "*.elf" -exec mv {} . \;

0 commit comments

Comments
 (0)