Skip to content

Commit

Permalink
ci: install libmagic before building YARA-X for computing code cove…
Browse files Browse the repository at this point in the history
…rage.
  • Loading branch information
plusvic committed Feb 3, 2025
1 parent c6626cf commit d1e7627
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
toolchain: stable

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libmagic-dev
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

Expand Down

0 comments on commit d1e7627

Please sign in to comment.