Attempt modprobe fuse for fuse-overlayfs

This commit is contained in:
2025-10-10 13:50:32 -04:00
committed by eriq12
parent 1b003073ab
commit 264d207261

View File

@@ -30,6 +30,9 @@ jobs:
# !! Add your recipes here # !! Add your recipes here
- recipe.yml - recipe.yml
steps: steps:
- name: Add fuse
shell: bash
run: sudo modprobe fuse
# the build is fully handled by the reusable github action # the build is fully handled by the reusable github action
- name: Build Custom Image - name: Build Custom Image