Fix: [Actions] vcpkg needs pkg-config to build zlib on macOS (#10488)

(cherry picked from commit 27cbb81df5)
This commit is contained in:
Loïc Guilloux
2023-02-16 21:35:51 +00:00
committed by Jonathan G Rennison
parent c45bd3020d
commit ad6cd18cb4
2 changed files with 10 additions and 1 deletions

View File

@@ -176,6 +176,15 @@ jobs:
- name: Checkout
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
id: key
run: |

View File

@@ -500,7 +500,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1
HOMEBREW_NO_INSTALL_CLEANUP: 1
run: |
brew install pandoc
brew install pandoc pkg-config
- name: Prepare cache key
id: key