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 @@ -202,6 +202,8 @@ jobs:
202
202
brew unlink ${python_package}
203
203
brew link --overwrite ${python_package}
204
204
done
205
+ # Workaround for https://github.com/actions/runner-images/issues/10984
206
+ brew uninstall --ignore-dependencies --force [email protected]
205
207
brew install ccache ghostscript gobject-introspection gtk4 ninja
206
208
brew install --cask font-noto-sans-cjk inkscape
207
209
;;
Original file line number Diff line number Diff line change @@ -131,6 +131,8 @@ stages:
131
131
brew unlink ${python_package}
132
132
brew link --overwrite ${python_package}
133
133
done
134
+ # Workaround for https://github.com/actions/runner-images/issues/10984
135
+ brew uninstall --ignore-dependencies --force [email protected]
134
136
brew install --cask xquartz
135
137
brew install ccache ffmpeg imagemagick mplayer ninja pkg-config
136
138
brew install --cask font-noto-sans-cjk-sc
You can’t perform that action at this time.
0 commit comments