CI: update apt databases before install

We did this in other workflows already, just not the coverity one.
master
Mike Frysinger 2021-10-21 18:28:42 -04:00
parent 636100b928
commit b614af3f6f
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ jobs:
env:
CC: ${{ matrix.cc }}
steps:
- name: Update apt
run: sudo apt-get update -qq
- name: Install dependencies
run: sudo apt-get install -y
libavifile-0.7-dev