Changeset - r26887:35eb2021ebb7
[Not reviewed]
master
0 2 0
Loïc Guilloux - 16 months ago 2023-02-16 21:35:51
glx22@users.noreply.github.com
Fix: [Actions] vcpkg needs pkg-config to build zlib on macOS (#10488)
2 files changed with 13 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.github/workflows/ci-build.yml
Show inline comments
 
@@ -169,6 +169,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: |
.github/workflows/release-macos.yml
Show inline comments
 
@@ -26,7 +26,10 @@ jobs:
 
        HOMEBREW_NO_AUTO_UPDATE: 1
 
        HOMEBREW_NO_INSTALL_CLEANUP: 1
 
      run: |
 
        brew install pandoc
 
        brew install \
 
          pandoc \
 
          pkg-config \
 
          # EOF
 

	
 
    - name: Prepare cache key
 
      id: key
0 comments (0 inline, 0 general)