diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index fea97903..52d19c73 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -115,7 +115,8 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | sudo apt update - echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections + sudo apt upgrade + echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | sudo debconf-set-selections sudo apt-get install -y ttf-mscorefonts-installer sudo fc-cache sudo fc-match Arial