Update dotnet.yml

This commit is contained in:
Andrew
2025-07-25 21:39:27 +03:00
committed by GitHub
parent 638516365c
commit 6ab3a72d2f

View File

@@ -12,6 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install fonts
run: |
sudo apt-get update
sudo apt-get install -y fontconfig
sudo apt-get install -y fonts-liberation
sudo fc-cache -f -v
- name: Setup .NET
uses: actions/setup-dotnet@v4