mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
[ci/msys] Don't install freetype (#4354)
* [ci/msys] Try deleting system harfbuzz DLL
This commit is contained in:
parent
bd84458a95
commit
59f5f26515
1 changed files with 6 additions and 3 deletions
9
.github/workflows/msys2-ci.yml
vendored
9
.github/workflows/msys2-ci.yml
vendored
|
@ -54,6 +54,9 @@ jobs:
|
|||
mingw-w64-${{ matrix.MSYS2_ARCH }}-pkg-config
|
||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-python
|
||||
mingw-w64-${{ matrix.MSYS2_ARCH }}-python-pip
|
||||
- name: Remove installed HarfBuzz DLLs
|
||||
run: |
|
||||
rm -f -v /ming*/bin/libharfbuzz-*.dll
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
pip3 install -r .ci/requirements-fonttools.txt --require-hashes
|
||||
|
@ -71,9 +74,9 @@ jobs:
|
|||
run: meson compile -Cbuild
|
||||
- name: Test
|
||||
run: meson test --print-errorlogs --suite=harfbuzz -Cbuild
|
||||
- name: Upload DLL
|
||||
- name: Upload DLLs
|
||||
if: always()
|
||||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||
with:
|
||||
name: libharfbuzz-0.dll-${{ matrix.MSYS2_ARCH }}
|
||||
path: ./build/src/libharfbuzz-0.dll
|
||||
name: libharfbuzz-${{ matrix.MSYS2_ARCH }}
|
||||
path: ./build/src/libharfbuzz-*.dll
|
||||
|
|
Loading…
Add table
Reference in a new issue