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 97f96a7 commit bf391dcCopy full SHA for bf391dc
.github/workflows/build.yml
@@ -141,6 +141,10 @@ jobs:
141
if: runner.environment == 'github-hosted'
142
run: |
143
NONINTERACTIVE=1 arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
144
+ - name: Install x86_64 pkg-config
145
+ if: runner.environment == 'github-hosted'
146
+ run: |
147
+ arch -x86_64 /usr/local/bin/brew install pkg-config
148
- name: Build
149
run: arch -x86_64 ./build_macos.sh
150
- name: Upload Artifact
0 commit comments