mirror of
https://github.com/Geckon01/Watermark.Net.git
synced 2026-06-11 00:53:22 +03:00
Update dotnet.yml
This commit is contained in:
7
.github/workflows/dotnet.yml
vendored
7
.github/workflows/dotnet.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user