Skip to content

Commit 1e053ee

Browse files
simbit18xiaoxiang781216
authored andcommitted
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 <[email protected]>
1 parent 6afed10 commit 1e053ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "::add-matcher::nuttx/.github/nxstyle.json"
4747
python3 -m venv .venv
4848
source .venv/bin/activate
49-
pip install cmake-format black isort flake8
49+
pip install cmake-format black isort flake8 cvt2utf
5050
cd apps
5151
commits="${{ github.event.pull_request.base.sha }}..HEAD"
5252
git log --oneline $commits

0 commit comments

Comments
 (0)