Skip to content

Commit

Permalink
Fix font installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeStraw committed Aug 2, 2024
1 parent aeaf260 commit 872b48e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,14 @@ jobs:
if: matrix.os == 'macos-latest'
run: brew install python py3cairo pygobject3 pango

- name: Setup Go
uses: actions/setup-go@v5

- name: Install fonts (non-Windows)
if: matrix.os != 'windows-latest'
run: |
GO111MODULE=on GOBIN=$HOME/.local/bin go get github.com/Crosse/font-install@v1.4.1
$HOME/.local/bin/font-install "https://osdn.net/frs/redir.php?m=gigenet&f=mix-mplus-ipa%2F58720%2Fmigu-1p-20130430.zip"
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"
shell: bash
- name: Install fonts (Windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 872b48e

Please sign in to comment.