Add brew install pkg-config for macos.
This commit is contained in:
parent
3c79e7a5c6
commit
3af1cf21c7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue