Skip to content

Commit 6ccc842

Browse files
committed
Fix CI for font tests on Ubuntu
1 parent 1ea310e commit 6ccc842

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
matrix:
1010
os: [windows-2022, ubuntu-22.04, macos-12]
1111
steps:
12+
- name: Install OS dependencies
13+
if: matrix.os == 'ubuntu-22.04'
14+
run: sudo apt-get install -y fonts-noto-core fonts-noto-cjk
1215
- uses: actions/checkout@v2
1316
- name: Setup .NET 8
1417
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)