Install pkg-config for other workflows
This commit is contained in:
6
.github/workflows/Crate-publishing.yml
vendored
6
.github/workflows/Crate-publishing.yml
vendored
@@ -67,6 +67,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
choco install ninja cmake
|
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'
|
- name: '🚧 Cargo test'
|
||||||
if: "!startsWith(github.ref, 'refs/tags')"
|
if: "!startsWith(github.ref, 'refs/tags')"
|
||||||
run: |
|
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')
|
if: contains(matrix.config.name, 'macos-x64')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
brew install p7zip cmake ninja
|
brew install p7zip cmake ninja pkg-config
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|||||||
Reference in New Issue
Block a user