Skip to content

Commit bf7bed0

Browse files
authored
Modify clamdscan installation command
Updated installation command for clamdscan to include package list update.
1 parent 3c7918f commit bf7bed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3131
restore-keys: ${{ runner.os }}-maven-
3232
- name: Install clamdscan
33-
run: sudo apt-get install clamdscan -y
33+
run: sudo apt-get update && sudo apt-get install clamdscan -y
3434
- name: Run tests & install
3535
run: mvn $MAVEN_CLI_OPTS -Dtestng.groups="travis" -Denforcer.skip=true clean org.jacoco:jacoco-maven-plugin:prepare-agent install
3636
env:

0 commit comments

Comments
 (0)