check.yml: fix cvt2utf not found sync with nuttx repository

This PR add missing cvt2utf installation on our CI
see apache/nuttx#16561

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18 2025-06-23 12:18:25 +02:00 committed by Xiang Xiao
parent 6afed10118
commit 1e053ee936

View file

@ -46,7 +46,7 @@ jobs:
echo "::add-matcher::nuttx/.github/nxstyle.json"
python3 -m venv .venv
source .venv/bin/activate
pip install cmake-format black isort flake8
pip install cmake-format black isort flake8 cvt2utf
cd apps
commits="${{ github.event.pull_request.base.sha }}..HEAD"
git log --oneline $commits