mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-04 18:10:16 +03:00
Add brew install pkg-config for macos.
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user