From b56d0e5c96cc6d0c8b06ce20fa50e870cdd362c1 Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Thu, 7 Mar 2024 15:50:08 -0600 Subject: [PATCH] Try installing fonts another way --- .github/workflows/test-dotnet-samples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 63d3c5c..39f9bb4 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -116,8 +116,8 @@ jobs: - name: Setup Microsoft Core Fonts run: | if [ "${{ matrix.os }}" == 'ubuntu-latest' ]; then - sudo dpkg-reconfigure debconf -f noninteractive -p critical - sudo apt-get -y install ttf-mscorefonts-installer + echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections + sudo apt-get install ttf-mscorefonts-installer fc-list fi - name: Build samples