1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00

Install DejaVu with pacman

This commit is contained in:
Guillaume Ayoub 2020-04-06 00:53:28 +02:00
parent 85c67587ae
commit 467cb48941

View File

@ -34,8 +34,8 @@ jobs:
brew install cairo pango gdk-pixbuf libffi
- if: matrix.os == 'windows-latest'
run: |
choco install -y --no-progress dejavufonts msys2
powershell "C:\tools\msys64\usr\bin\bash -lc 'pacman -S mingw-w64-x86_64-gtk3 --noconfirm'"
choco install -y --no-progress msys2
powershell "C:\tools\msys64\usr\bin\bash -lc 'pacman -S mingw-w64-ttf-dejavu mingw-w64-x86_64-gtk3 --noconfirm'"
$env:PATH += ";C:\tools\msys64\mingw64\bin"
echo "::set-env name=PATH::$env:PATH"
- run: python -m pip install --upgrade pip setuptools