mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[ci/msys2] install pkgconf instead of pkg-config
It's the default implementation in MSYS2 and pacman was not installing it anyway since it conflicted with pkgconf which was required by other packages earlier in the install list.
This commit is contained in:
parent
4901ecd66e
commit
7876aac4eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/msys2-ci.yml
vendored
2
.github/workflows/msys2-ci.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
mingw-w64-${{ matrix.MSYS2_ARCH }}-icu
|
||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-meson
|
||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-ninja
|
||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-pkg-config
|
||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-pkgconf
|
||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-python
|
||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-python-pip
|
||||
- name: Remove installed HarfBuzz DLLs
|
||||
|
|
Loading…
Add table
Reference in a new issue