Move pkg-config.
This commit is contained in:
parent
3af1cf21c7
commit
8ffa16591f
|
@ -184,6 +184,11 @@ jobs:
|
|||
- name: Update python
|
||||
uses: actions/setup-python@v1
|
||||
|
||||
- name: Setup pkgconfig
|
||||
run: |
|
||||
brew install pkg-config
|
||||
shell: bash
|
||||
|
||||
- name: Install conan
|
||||
run: |
|
||||
pip install --upgrade conan
|
||||
|
@ -200,11 +205,6 @@ 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