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.git


The following commit(s) were added to refs/heads/master by this push:
     new 90a881271e3 CI MSYS2 : added the genromfs tool for creating romfs file 
systems
90a881271e3 is described below

commit 90a881271e3fbcfc1a3228c22d933211ef330b9b
Author: simbit18 <[email protected]>
AuthorDate: Mon Oct 20 14:19:18 2025 +0200

    CI MSYS2 : added the genromfs tool for creating romfs file systems
    
    Add:
    
     - the genromfs tool for creating romfs file systems
    
    https://github.com/chexum/genromfs
    
    Signed-off-by: simbit18 <[email protected]>
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dce9cd5d756..f3d9d5369de 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -353,6 +353,7 @@ jobs:
             ninja
             python-pip
             vim
+            genromfs
 
       - name: pip3 install
         run: |

Reply via email to