fix ci typo

This commit is contained in:
hathach
2024-04-23 11:25:01 +07:00
parent 81cdf3ce55
commit a410eb345c

View File

@@ -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