We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5d72e commit 8a6f4e5Copy full SHA for 8a6f4e5
.github/workflows/Crate-publishing.yml
@@ -67,6 +67,12 @@ jobs:
67
run: |
68
choco install ninja cmake
69
70
+ - name: '🛠️ macOS build dependencies'
71
+ if: contains(matrix.config.os, 'macOS')
72
+ shell: bash
73
+ run: |
74
+ brew install p7zip cmake ninja pkg-config
75
+
76
- name: '🚧 Cargo test'
77
if: "!startsWith(github.ref, 'refs/tags')"
78
.github/workflows/Nuget-publishing.yml
@@ -156,7 +156,7 @@ jobs:
156
if: contains(matrix.config.name, 'macos-x64')
157
shell: bash
158
159
- brew install p7zip cmake ninja
160
ninja --version
161
cmake --version
162
mkdir build
0 commit comments