Skip to content

Commit

Permalink
Fix CI for font tests on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Feb 5, 2024
1 parent 1ea310e commit 6ccc842
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
matrix:
os: [windows-2022, ubuntu-22.04, macos-12]
steps:
- name: Install OS dependencies
if: matrix.os == 'ubuntu-22.04'
run: sudo apt-get install -y fonts-noto-core fonts-noto-cjk
- uses: actions/checkout@v2
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 6ccc842

Please sign in to comment.