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