diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 353efc422..7a85e8191 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -22,6 +22,10 @@ jobs: - name: Checkout source uses: actions/checkout@v2 + - name: Update APT cache + run: | + sudo apt-get update + - name: Get build dependencies run: | sudo apt-get install -qq -y --no-install-recommends git ca-certificates curl