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

Skip to content

Commit f4f17e6

Browse files
authored
Merge pull request #28237 from meeseeksmachine/auto-backport-of-pr-28233-on-v3.9.x
Backport PR #28233 on branch v3.9.x (CI: Fix font install on macOS/Homebrew)
2 parents fc1194e + 6558e56 commit f4f17e6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,9 @@ jobs:
160160
fi
161161
;;
162162
macOS)
163-
brew install ccache
164-
brew tap homebrew/cask-fonts
165-
brew install font-noto-sans-cjk ghostscript gobject-introspection gtk4 ninja
166-
brew install --cask inkscape
163+
brew update
164+
brew install ccache ghostscript gobject-introspection gtk4 ninja
165+
brew install --cask font-noto-sans-cjk inkscape
167166
;;
168167
esac
169168

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ stages:
119119
texlive-xetex
120120
;;
121121
Darwin)
122+
brew update
122123
brew install --cask xquartz
123124
brew install ccache ffmpeg imagemagick mplayer ninja pkg-config
124-
brew tap homebrew/cask-fonts
125-
brew install font-noto-sans-cjk-sc
125+
brew install --cask font-noto-sans-cjk-sc
126126
;;
127127
Windows_NT)
128128
choco install ninja

0 commit comments

Comments
 (0)