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

linguini 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 4ffed5d6d CI MSYS2: added the genromfs tool for creating romfs file 
systems
4ffed5d6d is described below

commit 4ffed5d6dc4f17bd6253779d6268ae44cfc666d7
Author: simbit18 <[email protected]>
AuthorDate: Mon Oct 20 14:27:40 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 d639d0ccd..39262b792 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -342,6 +342,7 @@ jobs:
             ninja
             python-pip
             vim
+            genromfs
 
       - name: pip3 install
         run: |

Reply via email to