From fcaacfc7e0d38b1efc5c1b93ca9d2c7d6b7944ac Mon Sep 17 00:00:00 2001 From: CoffeeStraw Date: Fri, 2 Aug 2024 22:43:35 +0200 Subject: [PATCH] chore: Update font installation URLs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36df54d..5a9cbb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,11 +79,11 @@ jobs: if: matrix.os != 'windows-latest' run: | go install github.com/Crosse/font-install@latest - font-install "https://osdn.net/frs/redir.php?m=gigenet&f=mix-mplus-ipa%2F58720%2Fmigu-1p-20130430.zip" + font-install "https://github.com/itouhiro/mixfont-mplus-ipa/releases/download/v2020.0307/migu-1p-20200307.zip" shell: bash - name: Install fonts (Windows) if: matrix.os == 'windows-latest' - run: ./.github/scripts/install-fonts.ps1 'https://osdn.net/frs/redir.php?m=gigenet&f=mix-mplus-ipa%2F58720%2Fmigu-1p-20130430.zip' + run: ./.github/scripts/install-fonts.ps1 'https://github.com/itouhiro/mixfont-mplus-ipa/releases/download/v2020.0307/migu-1p-20200307.zip' shell: pwsh - name: Cache Python