Skip to content

Commit

Permalink
chore: Update font installation URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeStraw committed Aug 2, 2024
1 parent 5c454f9 commit fcaacfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcaacfc

Please sign in to comment.