summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-24 12:12:39 +0700
committerhathach <[email protected]>2024-04-24 12:12:39 +0700
commiteaec0fb13998ab642bd63981e8d0686fab0b347c (patch)
tree346446807673f6e384d0b849e0100886806f7126 /.github/workflows
parent41f9fd651333021842c9e674f30e02b7a551e22a (diff)
skip clang rp2040 build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_cmake.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index ee6d83992..1f74bda70 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -132,7 +132,7 @@ jobs:
#- 'mcx' not working with gcc anymore, need to fix this first
- 'nrf'
#- 'ra' port later
- - 'rp2040'
+ #- 'rp2040' port later
- 'samd21'
- 'samd51'
- 'stm32f0'
@@ -193,7 +193,7 @@ jobs:
PICO_SDK_PATH: ${{ github.workspace }}/pico-sdk
# ---------------------------------------
- # Build ARM with Clang
+ # Build MSP430 with GCC
# ---------------------------------------
msp430-gcc:
runs-on: ubuntu-latest