1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-04 16:07:57 +03:00

Fix condition for Ubuntu tests

This commit is contained in:
Guillaume Ayoub 2020-12-01 13:00:57 +01:00
parent 2ce686b7ff
commit 5d5fcd842f

View File

@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install DejaVu (Ubuntu)
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get update -y && sudo apt-get install fonts-dejavu -y
- name: Install DejaVu, pango, libffi and ghostscript (MacOS)
if: matrix.os == 'macos-latest'