Skip to content

Commit

Permalink
Install libmagic for clippy step too.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Dec 29, 2024
1 parent 54071d5 commit 9394fde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deepwell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ jobs:
deepwell/target
key: ${{ runner.os }}-deepwell-lint-${{ hashFiles('deepwell/**/Cargo.toml') }}

- name: System Dependencies
run: sudo apt update && sudo apt install libmagic-dev

- name: Rustfmt
run: cd deepwell && cargo fmt --all -- --check

Expand Down

0 comments on commit 9394fde

Please sign in to comment.