diff options
| author | hathach <[email protected]> | 2024-04-17 22:13:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-19 23:16:59 +0700 |
| commit | 5ca68ec049c56cd04db8fde2c9fb50f19a4e9263 (patch) | |
| tree | 47f3353ee97907d6ed142fb9ef5efc7db998bac2 /.github | |
| parent | 982713ad476f42ccb9786e40417d91ac11cb46be (diff) | |
forgot to specify clang
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index 52aaa71e8..0c584eb9a 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -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 |
