This commit is contained in:
Wildan M 2025-07-09 22:56:00 +07:00
parent 88858d41e6
commit cc2dd33187

View File

@ -22,5 +22,5 @@ cargo-test:
stage: test
script:
# TODO: we should omit fuse from cargo install chains
- apt update && apt install fuse3 libfuse3-dev
- apt update && apt install -y fuse3 libfuse3-dev
- cargo test --locked