forgot to specify clang

This commit is contained in:
hathach 2024-04-17 22:13:01 +07:00
parent 982713ad47
commit 5ca68ec049
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -182,7 +182,7 @@ jobs:
run: |
sudo apt install -y ninja-build
python3 tools/get_deps.py ${{ matrix.family }}
python tools/build_cmake.py ${{ matrix.family }} -DCMAKE_BUILD_TYPE=MinSizeRel
python tools/build_cmake.py ${{ matrix.family }} -DTOOLCHAIN=clang -DCMAKE_BUILD_TYPE=MinSizeRel
env:
PICO_SDK_PATH: ${{ github.workspace }}/pico-sdk