[ci] Install fonttools using pip on msys2

Hopefully fixes the broken package.
This commit is contained in:
Khaled Hosny 2020-12-23 01:18:10 +02:00
parent 3dba7ea936
commit 296e9d7f33
1 changed files with 4 additions and 1 deletions

View File

@ -39,9 +39,12 @@ jobs:
mingw-w64-${{ matrix.MSYS2_ARCH }}-meson
mingw-w64-${{ matrix.MSYS2_ARCH }}-ninja
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-pip
mingw-w64-${{ matrix.MSYS2_ARCH }}-ragel
- name: Install Python Dependencies
run: |
pip install --upgrade fonttools
- name: Build
run: |
meson build \