File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ jobs:
199199 brew unlink ${python_package}
200200 brew link --overwrite ${python_package}
201201 done
202+ # Workaround for https://github.com/actions/runner-images/issues/10984
203+ brew uninstall --ignore-dependencies --force [email protected] 202204 brew install ccache ghostscript gobject-introspection gtk4 ninja
203205 brew install --cask font-noto-sans-cjk inkscape
204206 ;;
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ stages:
122122 brew unlink ${python_package}
123123 brew link --overwrite ${python_package}
124124 done
125+ # Workaround for https://github.com/actions/runner-images/issues/10984
126+ brew uninstall --ignore-dependencies --force [email protected] 125127 brew install --cask xquartz
126128 brew install ccache ffmpeg imagemagick mplayer ninja pkg-config
127129 brew install --cask font-noto-sans-cjk-sc
You can’t perform that action at this time.
0 commit comments