Skip to content

Commit e5e4b52

Browse files
committed
Update CI
1 parent e7f63c4 commit e5e4b52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)