Skip to content

Commit

Permalink
Try setting DEBIAN_FRONTEND to get fonts installed
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 7, 2024
1 parent dd4b798 commit 23ae96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup Microsoft Core Fonts
run: |
if [ "${{ matrix.os }}" == 'ubuntu-latest' ]; then
sudo apt install ttf-mscorefonts-installer
sudo DEBIAN_FRONTEND="noninteractive" apt-get install ttf-mscorefonts-installer -y
fi
- name: Build samples
working-directory: ${{ matrix.dir }}
Expand Down

0 comments on commit 23ae96e

Please sign in to comment.