Move pkg-config.
This commit is contained in:
parent
3af1cf21c7
commit
8ffa16591f
|
@ -184,6 +184,11 @@ jobs:
|
||||||
- name: Update python
|
- name: Update python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
|
||||||
|
- name: Setup pkgconfig
|
||||||
|
run: |
|
||||||
|
brew install pkg-config
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Install conan
|
- name: Install conan
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade conan
|
pip install --upgrade conan
|
||||||
|
@ -200,11 +205,6 @@ jobs:
|
||||||
git config --global filter.lfs.required false
|
git config --global filter.lfs.required false
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Setup pkgconfig
|
|
||||||
run: |
|
|
||||||
brew install pkg-config
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: Setup filter.lfs.smudge
|
- name: Setup filter.lfs.smudge
|
||||||
run: |
|
run: |
|
||||||
git config --global filter.lfs.smudge "git-lfs smudge --skip %f"
|
git config --global filter.lfs.smudge "git-lfs smudge --skip %f"
|
||||||
|
|
Loading…
Reference in New Issue