Skip to content

Commit

Permalink
Install libmagic for coverage step too.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Dec 28, 2024
1 parent 9b97f28 commit 503303f
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 @@ -82,6 +82,9 @@ jobs:
deepwell/target
key: ${{ runner.os }}-deepwell-coverage-${{ hashFiles('deepwell/**/Cargo.toml') }}

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

- name: Install Tarpaulin
uses: actions-rs/[email protected]
with:
Expand Down

0 comments on commit 503303f

Please sign in to comment.