install ms fonts

This commit is contained in:
Simon Christ 2021-05-14 21:47:27 +02:00
parent 052d62bd4c
commit 09cb585ab4

View File

@ -26,6 +26,7 @@ jobs:
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y qt5-default \ sudo apt-get install -y qt5-default \
ttf-mscorefonts-installer \
poppler-utils \ poppler-utils \
pdf2svg \ pdf2svg \
texlive-latex-base \ texlive-latex-base \
@ -35,6 +36,7 @@ jobs:
texlive-luatex \ texlive-luatex \
ghostscript-x \ ghostscript-x \
libgconf2-4 libgconf2-4
sudo fc-cache -vr
- name: build documentation - name: build documentation
env: env: