Skip to content

Commit

Permalink
Try installing fonts another way
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 7, 2024
1 parent 372b932 commit b56d0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b56d0e5

Please sign in to comment.