summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-23 11:25:01 +0700
committerhathach <[email protected]>2024-04-23 11:25:01 +0700
commita410eb345c3c1f1c1da447204a2b2c4a4dad2af4 (patch)
tree172f9ac76da4a1eea306995007903540e2b1e1b5
parent81cdf3ce554674a3c7c71f1f59996a0f3092dc61 (diff)
fix ci typo
-rw-r--r--.github/workflows/cmake_arm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 512db64cf..bc2a98b59 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -85,7 +85,7 @@ jobs:
python3 tools/get_deps.py ${{ matrix.family }}
- name: Build
- run: python tools/build_cmake.py ${{ matrix.family }} -DTOOLCHAIN=clang -DCMAKE_BUILD_TYPE=MinSizeRel
+ run: python tools/build_cmake.py ${{ matrix.family }} -DCMAKE_BUILD_TYPE=MinSizeRel
env:
PICO_SDK_PATH: ${{ github.workspace }}/pico-sdk