From 7fca04def9e287a0505601e64d8dbafc54161553 Mon Sep 17 00:00:00 2001 From: Simon Gravelle Date: Mon, 23 Dec 2024 00:16:10 +0100 Subject: [PATCH] added missing package installation --- .github/workflows/latexmk.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/latexmk.yml b/.github/workflows/latexmk.yml index b1eef23..f709cf8 100644 --- a/.github/workflows/latexmk.yml +++ b/.github/workflows/latexmk.yml @@ -22,7 +22,8 @@ jobs: run: | sudo apt-get update sudo apt-get install -y texlive texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk - sudo apt-get install -y texlive-fonts-extra texlive-science + sudo apt-get install -y texlive-fonts-extra texlive-science texlive-pstricks + sudo apt-get install -y texlive-latex3 # Step 3: Install make (required to run your Makefile) - name: Install make