File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ jobs:
199
199
brew unlink ${python_package}
200
200
brew link --overwrite ${python_package}
201
201
done
202
+ # Workaround for https://github.com/actions/runner-images/issues/10984
203
+ brew uninstall --ignore-dependencies --force [email protected]
202
204
brew install ccache ghostscript gobject-introspection gtk4 ninja
203
205
brew install --cask font-noto-sans-cjk inkscape
204
206
;;
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ stages:
122
122
brew unlink ${python_package}
123
123
brew link --overwrite ${python_package}
124
124
done
125
+ # Workaround for https://github.com/actions/runner-images/issues/10984
126
+ brew uninstall --ignore-dependencies --force [email protected]
125
127
brew install --cask xquartz
126
128
brew install ccache ffmpeg imagemagick mplayer ninja pkg-config
127
129
brew install --cask font-noto-sans-cjk-sc
You can’t perform that action at this time.
0 commit comments