Skip to content

Commit eaec0fb

Browse files
committed
skip clang rp2040 build
1 parent 41f9fd6 commit eaec0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
#- 'mcx' not working with gcc anymore, need to fix this first
133133
- 'nrf'
134134
#- 'ra' port later
135-
- 'rp2040'
135+
#- 'rp2040' port later
136136
- 'samd21'
137137
- 'samd51'
138138
- 'stm32f0'
@@ -193,7 +193,7 @@ jobs:
193193
PICO_SDK_PATH: ${{ github.workspace }}/pico-sdk
194194

195195
# ---------------------------------------
196-
# Build ARM with Clang
196+
# Build MSP430 with GCC
197197
# ---------------------------------------
198198
msp430-gcc:
199199
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)