Fix fuse deps

This commit is contained in:
Wildan M 2025-07-09 22:53:33 +07:00
parent e03652bffe
commit d3230bad88

View File

@ -21,4 +21,6 @@ fmt:
cargo-test:
stage: test
script:
# TODO: we should omit fuse from cargo install chains
- apt update && apt fuse3 libfuse3-dev
- cargo test --locked