From b614af3f6fd2831303764966ad8b2be0f08300af Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Oct 2021 18:28:42 -0400 Subject: [PATCH] CI: update apt databases before install We did this in other workflows already, just not the coverity one. --- .github/workflows/coverity.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 2042469..91864f1 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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