mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Only use fonttools in msys2-ci
Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
This commit is contained in:
parent
546508733d
commit
0ccb5c365f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/msys2-ci.yml
vendored
2
.github/workflows/msys2-ci.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
mingw-w64-${{ matrix.MSYS2_ARCH }}-python-pip
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
pip3 install -r .ci/requirements.txt --require-hashes
|
||||
pip3 install -r .ci/requirements-fonttools.txt --require-hashes
|
||||
- name: Setup Meson
|
||||
run: |
|
||||
meson setup build \
|
||||
|
|
Loading…
Add table
Reference in a new issue