Add brew install pkg-config for macos.

This commit is contained in:
K. S. Ernest (iFire) Lee
2021-11-17 10:02:22 -08:00
parent 3c79e7a5c6
commit 3af1cf21c7

View File

@@ -200,6 +200,11 @@ jobs:
git config --global filter.lfs.required false
shell: bash
- name: Setup pkgconfig
run: |
brew install pkg-config
shell: bash
- name: Setup filter.lfs.smudge
run: |
git config --global filter.lfs.smudge "git-lfs smudge --skip %f"