From e41def214949f2369d808eb113de338ce2dab4e0 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 21 Sep 2022 10:17:12 +0200 Subject: [PATCH] .github/workflows/ci.yml: run apt-get update --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4225f5..2f69607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: if: startsWith(matrix.build, 'gui') && runner.os == 'Linux' shell: bash run: | + sudo apt-get update if [ "${{matrix.os}}" == "ubuntu-20.04" ]; then sudo apt-get install qt5-default=5.12.8+dfsg-0ubuntu2.1 else :