From b1a51866b88b77297e1af0a7ad3e280bc2f4f986 Mon Sep 17 00:00:00 2001 From: Bartosz Kostrzewa Date: Thu, 7 Mar 2024 16:48:18 +0100 Subject: [PATCH] fix syntax for latex installation workflow --- .github/workflows/hermes_github_to_zenodo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hermes_github_to_zenodo.yml b/.github/workflows/hermes_github_to_zenodo.yml index c7f6c5247..e222986df 100644 --- a/.github/workflows/hermes_github_to_zenodo.yml +++ b/.github/workflows/hermes_github_to_zenodo.yml @@ -94,7 +94,7 @@ jobs: - run: pip install hermes - name: install LaTeX - - run: sudo apt-get update && sudo apt install latexmk texlive-base texlive-base-bin texlive-common texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-science texlive-binaries texlive-lang-english texlive-binaries texlive-bibtex-extra + run: sudo apt-get update && sudo apt install latexmk texlive-base texlive-base-bin texlive-common texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-science texlive-binaries texlive-lang-english texlive-binaries texlive-bibtex-extra - run: cd doc && make