Skip to content

Commit

Permalink
CI: Fix font install on macOS/Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed May 16, 2024
1 parent 80b08bd commit 9a18628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,9 @@ jobs:
fi
;;
macOS)
brew install ccache
brew tap homebrew/cask-fonts
brew install font-noto-sans-cjk ghostscript gobject-introspection gtk4 ninja
brew install --cask inkscape
brew update
brew install ccache ghostscript gobject-introspection gtk4 ninja
brew install --cask font-noto-sans-cjk inkscape
;;
esac
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ stages:
texlive-xetex
;;
Darwin)
brew update
brew install --cask xquartz
brew install ccache ffmpeg imagemagick mplayer ninja pkg-config
brew tap homebrew/cask-fonts
brew install font-noto-sans-cjk-sc
brew install --cask font-noto-sans-cjk-sc
;;
Windows_NT)
choco install ninja
Expand Down

0 comments on commit 9a18628

Please sign in to comment.