mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-13 08:25:19 +00:00
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:
parent
6afed10118
commit
1e053ee936
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue