Skip to content

Commit

Permalink
Add apt-get update before installing dependencies (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeggies authored May 18, 2022
1 parent a2ebce9 commit 0181334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CODESIGN_GITHUB_TOKEN }}
- name: Install wget & clamAV antivirus scanner
run : |
sudo apt-get update
sudo apt-get -qq install -y ca-certificates wget clamav
wget --version
- name: Install maldet malware scanner
Expand Down

0 comments on commit 0181334

Please sign in to comment.