Skip to content

Commit e042aad

Browse files
authored
Merge pull request #873 from luoliwoshang/workflow/pkgconf
ci: remove pre-installed pkg-config
2 parents daf5e9c + 9966daf commit e042aad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
run: |
4444
set -e
4545
set -x
46+
brew uninstall [email protected]
4647
source doc/_readme/scripts/install_macos.sh
4748
4849
- name: Install dependencies on Ubuntu

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
if: startsWith(matrix.os, 'macos')
4343
run: |
44+
brew uninstall [email protected]
4445
brew update
4546
brew install llvm@${{matrix.llvm}} pkg-config bdw-gc openssl libffi
4647
echo "$(brew --prefix llvm@${{matrix.llvm}})/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)