allow to skip CPU_CORE

This commit is contained in:
hathach
2023-06-24 19:08:37 +07:00
parent 086c1d4090
commit 7d0ce5605a
5 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ jobs:
run: python3 tools/get_deps.py ${{ matrix.family }}
- name: Build
run: python3 tools/build_family.py ${{ matrix.family }} CC=iccarm
run: python3 tools/build_family.py ${{ matrix.family }} TOOLCHAIN=iar
cmake:
runs-on: [self-hosted, Linux, X64, hifiphile]