Skip to content

Commit 0181334

Browse files
authored
Add apt-get update before installing dependencies (#360)
1 parent a2ebce9 commit 0181334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.CODESIGN_GITHUB_TOKEN }}
3939
- name: Install wget & clamAV antivirus scanner
4040
run : |
41+
sudo apt-get update
4142
sudo apt-get -qq install -y ca-certificates wget clamav
4243
wget --version
4344
- name: Install maldet malware scanner

0 commit comments

Comments
 (0)