Fix: [Actions] vcpkg needs pkg-config to build zlib on macOS (#10488)
(cherry picked from commit 27cbb81df5
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
c45bd3020d
commit
ad6cd18cb4
9
.github/workflows/ci-build.yml
vendored
9
.github/workflows/ci-build.yml
vendored
@@ -176,6 +176,15 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
env:
|
||||||
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
|
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
||||||
|
run: |
|
||||||
|
brew install \
|
||||||
|
pkg-config \
|
||||||
|
# EOF
|
||||||
|
|
||||||
- name: Prepare cache key
|
- name: Prepare cache key
|
||||||
id: key
|
id: key
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -500,7 +500,7 @@ jobs:
|
|||||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
HOMEBREW_NO_INSTALL_CLEANUP: 1
|
||||||
run: |
|
run: |
|
||||||
brew install pandoc
|
brew install pandoc pkg-config
|
||||||
|
|
||||||
- name: Prepare cache key
|
- name: Prepare cache key
|
||||||
id: key
|
id: key
|
||||||
|
Reference in New Issue
Block a user