mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
Fix fuse deps
This commit is contained in:
parent
e03652bffe
commit
d3230bad88
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user