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 :