Skip to content

Commit d1e7627

Browse files
committed
ci: install libmagic before building YARA-X for computing code coverage.
1 parent c6626cf commit d1e7627

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coverage.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
toolchain: stable
2828

29+
- name: Install dependencies
30+
run: |
31+
sudo apt-get update
32+
sudo apt-get install -y libmagic-dev
33+
2934
- name: Install cargo-llvm-cov
3035
uses: taiki-e/install-action@cargo-llvm-cov
3136

0 commit comments

Comments
 (0)