From e17140d3ce9fa57d28b8e2b1a88cfbc4090bd5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Mantelet?= Date: Wed, 27 Nov 2024 14:14:20 +0100 Subject: [PATCH] Fix installation of dependencies --- github_workflow_build.yml.template | 2 +- github_workflow_preview.yml.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github_workflow_build.yml.template b/github_workflow_build.yml.template index 4549124..7a87ec0 100644 --- a/github_workflow_build.yml.template +++ b/github_workflow_build.yml.template @@ -29,7 +29,7 @@ jobs: run: | sudo apt update sudo apt install texlive-latex-base texlive-latex-recommended \ - texlive-latex-extra texlive-fonts-recommended + texlive-latex-extra texlive-fonts-recommended \ pdftk xsltproc latexmk cm-super - name: Build the document diff --git a/github_workflow_preview.yml.template b/github_workflow_preview.yml.template index 68701a2..f1c9d8f 100644 --- a/github_workflow_preview.yml.template +++ b/github_workflow_preview.yml.template @@ -31,7 +31,7 @@ jobs: - name: Setup dependencies run: | sudo apt install texlive-latex-base texlive-latex-recommended \ - texlive-latex-extra texlive-fonts-recommended + texlive-latex-extra texlive-fonts-recommended \ pdftk xsltproc latexmk cm-super - name: Build the document