Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Backport PR #28233 on branch v3.9.x (CI: Fix font install on macOS/Homebrew) #28237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading