diff options
| author | hathach <[email protected]> | 2023-06-02 16:15:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-02 16:15:26 +0700 |
| commit | 11fb837b51417ec41b8244ebbbab828b9f3fce37 (patch) | |
| tree | 6eea80440a48d54500a3543c40aa4065e1240e91 /.github | |
| parent | c2bc363f06b81e1758122167d58c40817c4d2e27 (diff) | |
fix ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_iar.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index da741bbcf..83e81164a 100644 --- a/.github/workflows/build_iar.yml +++ b/.github/workflows/build_iar.yml @@ -73,4 +73,4 @@ jobs: run: python3 tools/get_deps.py ${{ matrix.family }} - name: Build - run: python3 tools/build_family.py ${{ matrix.family }} -DTOOLCHAIN=iccarm + run: python3 tools/build_cmake.py ${{ matrix.family }} -DTOOLCHAIN=iccarm |
