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

Install DejaVu fonts before msys for Windows tests

Looks like fonts are not installed with the reverse order
This commit is contained in:
Guillaume Ayoub 2020-04-05 23:16:37 +02:00
parent 1a0a67adde
commit 95cea078de

View File

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