Install pkg-config for other workflows
This commit is contained in:
parent
2d5d72e6c7
commit
8a6f4e54c2
6
.github/workflows/Crate-publishing.yml
vendored
6
.github/workflows/Crate-publishing.yml
vendored
@ -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: |
|
||||
|
2
.github/workflows/Nuget-publishing.yml
vendored
2
.github/workflows/Nuget-publishing.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user