Skip to content

Commit 3af1cf2

Browse files
committed
Add brew install pkg-config for macos.
1 parent 3c79e7a commit 3af1cf2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ jobs:
200200
git config --global filter.lfs.required false
201201
shell: bash
202202

203+
- name: Setup pkgconfig
204+
run: |
205+
brew install pkg-config
206+
shell: bash
207+
203208
- name: Setup filter.lfs.smudge
204209
run: |
205210
git config --global filter.lfs.smudge "git-lfs smudge --skip %f"

0 commit comments

Comments
 (0)