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
1 changed files with 5 additions and 0 deletions

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"