This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e053ee93 check.yml: fix cvt2utf not found sync with nuttx repository
1e053ee93 is described below

commit 1e053ee9360df1aa0ebfa76434d2c9eaee1a1499
Author: simbit18 <simbi...@gmail.com>
AuthorDate: Mon Jun 23 12:18:25 2025 +0200

    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 <simbi...@gmail.com>
---
 .github/workflows/check.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 0345e0f9b..a83c388c2 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -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

Reply via email to