File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments