From debda3de3f5e68fe6921a5bba7c5451ba431c9a6 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 12 Oct 2025 19:47:00 -0400 Subject: [PATCH] Attempt to add device fuse --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e48eaac..9323e0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,8 @@ on: pull_request: workflow_dispatch: # allow manually triggering builds container: + device: + - /dev/fuse:/dev/fuse privileged: true concurrency: # only run one build at a time