Attempt to add device fuse

This commit is contained in:
2025-10-12 19:47:00 -04:00
committed by eriq12
parent 62805ea6cc
commit debda3de3f

View File

@@ -12,6 +12,8 @@ on:
pull_request: pull_request:
workflow_dispatch: # allow manually triggering builds workflow_dispatch: # allow manually triggering builds
container: container:
device:
- /dev/fuse:/dev/fuse
privileged: true privileged: true
concurrency: concurrency:
# only run one build at a time # only run one build at a time