Skip to content

Commit

Permalink
Add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Mar 31, 2023
1 parent c1ff6e1 commit f12e30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
brew install richardlehane/digipres/siegfried
- name: Install ClamAV
run: |
sudo apt-get install clamav
sudo apt-get update && sudo apt-get install clamav
sudo freshclam
- name: Install tree
run: |
Expand Down

0 comments on commit f12e30f

Please sign in to comment.