We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c719f3 commit 4db51ecCopy full SHA for 4db51ec
.github/workflows/build.yml
@@ -107,10 +107,10 @@ jobs:
107
if: runner.environment == 'github-hosted'
108
run: |
109
NONINTERACTIVE=1 arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
110
- - name: Install x86_64 pkg-config
+ - name: Install x86_64 pkg-config & cmake
111
112
113
- arch -x86_64 /usr/local/bin/brew install pkg-config
+ arch -x86_64 /usr/local/bin/brew install pkg-config cmake
114
- name: Build
115
run: arch -x86_64 ./build_macos.sh
116
- name: Upload Artifact
0 commit comments