From b6183702d13e1080abfc13d625803e417c65e897 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 10 Oct 2025 13:50:32 -0400 Subject: [PATCH] Attempt modprobe fuse for fuse-overlayfs --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83b8f42..92e1a2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,9 @@ jobs: # !! Add your recipes here - recipe.yml steps: + - name: Add fuse + shell: bash + run: sudo modprobe fuse # the build is fully handled by the reusable github action - name: Build Custom Image