Commit 06ee856f authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Add font package dependency.

parent b7ed3443
...@@ -26,7 +26,7 @@ jobs: ...@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip3 install -r doc/requirements.txt pip3 install -r doc/requirements.txt
sudo apt-get -y install latexmk texlive-latex-recommended sudo apt-get -y install latexmk texlive-latex-recommended texlive-fonts-recommended
- name: Build doc - name: Build doc
run: | run: |
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment