Skip to content

Commit f6e82e6

Browse files
committed
install and update clamav engine
1 parent 4d53a38 commit f6e82e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,11 @@ jobs:
3434
- name: Install current version of the clamd package
3535
run: python -m pip install -e .
3636

37+
- name: Install and update clamav engine
38+
run: sudo apt update
39+
run: sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs --yes
40+
run: sudo freshclam --verbose
41+
run: systemctl restart clamav-daemon.service
42+
3743
- name: Run unit tests
3844
run: pytest

0 commit comments

Comments
 (0)