Skip to content

Commit

Permalink
fix(ci): add fuse3 installation to clippy job
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Sep 16, 2023
1 parent 119d41f commit 6f3d912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ jobs:
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: install fuse
run: sudo apt update && sudo apt install -y fuse3
- name: linting
run: cargo clippy --features cli --features fuse -- -D warnings

0 comments on commit 6f3d912

Please sign in to comment.