Skip to content

Commit bf391dc

Browse files
committed
Install pkg-config
1 parent 97f96a7 commit bf391dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ jobs:
141141
if: runner.environment == 'github-hosted'
142142
run: |
143143
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
144148
- name: Build
145149
run: arch -x86_64 ./build_macos.sh
146150
- name: Upload Artifact

0 commit comments

Comments
 (0)