Move pkg-config.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 10:03:44 -08:00
parent 3af1cf21c7
commit 8ffa16591f
1 changed files with 5 additions and 5 deletions

View File

@ -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"