Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed1ba66

Browse files
authored
Merge pull request #29163 from QuLogic/macos-pkgconf
ci: Remove outdated pkg-config package on macOS
2 parents f6a6fa6 + eb8fc17 commit ed1ba66

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
;;

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)