[ci] Install fonttools using pip on msys2
Hopefully fixes the broken package.
This commit is contained in:
parent
3dba7ea936
commit
296e9d7f33
|
@ -39,9 +39,12 @@ jobs:
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-meson
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-meson
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-ninja
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-ninja
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-pkg-config
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-pkg-config
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-python-fonttools
|
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-python3
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-python3
|
||||||
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-python3-pip
|
||||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-ragel
|
mingw-w64-${{ matrix.MSYS2_ARCH }}-ragel
|
||||||
|
- name: Install Python Dependencies
|
||||||
|
run: |
|
||||||
|
pip install --upgrade fonttools
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
meson build \
|
meson build \
|
||||||
|
|
Loading…
Reference in New Issue