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

Skip to content

Commit 5a1cf31

Browse files
committed
CI: Fix font install on macOS/Homebrew
1 parent 80b08bd commit 5a1cf31

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ jobs:
161161
;;
162162
macOS)
163163
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
164+
brew tap homebrew/cask
165+
brew install ghostscript gobject-introspection gtk4 ninja
166+
brew install --cask font-noto-sans-cjk inkscape
167167
;;
168168
esac
169169

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ stages:
121121
Darwin)
122122
brew install --cask xquartz
123123
brew install ccache ffmpeg imagemagick mplayer ninja pkg-config
124-
brew tap homebrew/cask-fonts
125-
brew install font-noto-sans-cjk-sc
124+
brew tap homebrew/cask
125+
brew install --cask font-noto-sans-cjk-sc
126126
;;
127127
Windows_NT)
128128
choco install ninja

0 commit comments

Comments
 (0)