Merge pull request #873 from luoliwoshang/workflow/pkgconf
ci: remove pre-installed pkg-config
This commit is contained in:
1
.github/workflows/doc.yml
vendored
1
.github/workflows/doc.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
brew uninstall pkg-config@0.29.2
|
||||||
source doc/_readme/scripts/install_macos.sh
|
source doc/_readme/scripts/install_macos.sh
|
||||||
|
|
||||||
- name: Install dependencies on Ubuntu
|
- name: Install dependencies on Ubuntu
|
||||||
|
|||||||
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: startsWith(matrix.os, 'macos')
|
||||||
run: |
|
run: |
|
||||||
|
brew uninstall pkg-config@0.29.2
|
||||||
brew update
|
brew update
|
||||||
brew install llvm@${{matrix.llvm}} pkg-config bdw-gc openssl libffi
|
brew install llvm@${{matrix.llvm}} pkg-config bdw-gc openssl libffi
|
||||||
echo "$(brew --prefix llvm@${{matrix.llvm}})/bin" >> $GITHUB_PATH
|
echo "$(brew --prefix llvm@${{matrix.llvm}})/bin" >> $GITHUB_PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user