Attempt modprobe fuse for fuse-overlayfs
Some checks failed
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 15s

This commit is contained in:
2025-10-10 13:50:32 -04:00
parent af74c33371
commit b6183702d1

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