mirror of
https://github.com/Geckon01/Watermark.Net.git
synced 2026-07-11 16:11:51 +00:00
Update dotnet.yml
This commit is contained in:
@@ -13,6 +13,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user