File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,9 @@ jobs:
161
161
;;
162
162
macOS)
163
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
164
+ brew tap homebrew/cask
165
+ brew install ghostscript gobject-introspection gtk4 ninja
166
+ brew install --cask font-noto-sans-cjk inkscape
167
167
;;
168
168
esac
169
169
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ stages:
121
121
Darwin)
122
122
brew install --cask xquartz
123
123
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
126
126
;;
127
127
Windows_NT)
128
128
choco install ninja
You can’t perform that action at this time.
0 commit comments