Install pkg-config for other workflows

This commit is contained in:
mio 2023-02-20 20:53:52 +01:00
parent 2d5d72e6c7
commit 8a6f4e54c2
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
2 changed files with 7 additions and 1 deletions

View File

@ -67,6 +67,12 @@ jobs:
run: |
choco install ninja cmake
- name: '🛠️ macOS build dependencies'
if: contains(matrix.config.os, 'macOS')
shell: bash
run: |
brew install p7zip cmake ninja pkg-config
- name: '🚧 Cargo test'
if: "!startsWith(github.ref, 'refs/tags')"
run: |

View File

@ -156,7 +156,7 @@ jobs:
if: contains(matrix.config.name, 'macos-x64')
shell: bash
run: |
brew install p7zip cmake ninja
brew install p7zip cmake ninja pkg-config
ninja --version
cmake --version
mkdir build