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

(cherry picked from commit 27cbb81df5)
pull/491/head
Loïc Guilloux 1 year ago committed by Jonathan G Rennison
parent c45bd3020d
commit ad6cd18cb4

@ -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: |

@ -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

Loading…
Cancel
Save