From 8f43ae0dc3390e9a0eba3c7f66c744e12344cbb2 Mon Sep 17 00:00:00 2001 From: simbit18 Date: Mon, 20 Oct 2025 14:27:40 +0200 Subject: [PATCH] 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 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d639d0ccd8e..39262b79263 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: |