From b7e0bf0c60a8bd05cbb77bc89df0e90068c16759 Mon Sep 17 00:00:00 2001 From: wasd52030 <71220988+wasd52030@users.noreply.github.com> Date: Fri, 10 May 2024 20:56:00 +0800 Subject: [PATCH] Update contributorStatistics.yml --- .github/workflows/contributorStatistics.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contributorStatistics.yml b/.github/workflows/contributorStatistics.yml index bce62c1..dee4816 100644 --- a/.github/workflows/contributorStatistics.yml +++ b/.github/workflows/contributorStatistics.yml @@ -18,7 +18,10 @@ jobs: steps: - name: Install CNS11643 fonts - uses: RisingInIris2017/cjk-fonts-action@v1 + run: | + cp MicrosoftJhengHei.ttf /usr/share/fonts/truetype + sudo fc-cache -f -v + shell: bash - uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v3