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