diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index ed8764a..91e2066 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -116,7 +116,7 @@ jobs: - name: Setup Microsoft Core Fonts run: | if [ "${{ matrix.os }}" == 'ubuntu-latest' ]; then - echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections + sudo dpkg-reconfigure debconf -f noninteractive sudo apt-get -y install ttf-mscorefonts-installer fi - name: Build samples