We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f63c4 commit e5e4b52Copy full SHA for e5e4b52
1 file changed
.github/workflows/CI.yml
@@ -33,7 +33,7 @@ jobs:
33
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
34
restore-keys: ${{ runner.os }}-maven-
35
- name: Install clamdscan
36
- run: sudo apt-get install clamdscan -y
+ run: sudo apt-get update && sudo apt-get install clamdscan -y
37
- name: Test
38
run:
39
mvn $MAVEN_CLI_OPTS -Dtestng.groups="travis" -Denforcer.skip=true clean org.jacoco:jacoco-maven-plugin:prepare-agent clean test
0 commit comments