commit 33b588c9b8ee48ce240a82b51612e8712abaa22f
parent 70e4daf04d5d944df6c0e5ab9dc68f1cf9f3395d
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date: Mon, 12 Jul 2021 00:30:40 +0100
Might need to install zip, adding it just in case
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -34,6 +34,10 @@ jobs:
# texlive-latex3 on 12.04, texlive-latex-recommended on more recent versions of Ubuntu.
# Some version (16.04?) needed these packages: pgf texlive-latex3 latex-xcolor
run: sudo apt install texlive-latex-base texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended ghostscript
+ - name: Install Zip
+ # texlive-latex3 on 12.04, texlive-latex-recommended on more recent versions of Ubuntu.
+ # Some version (16.04?) needed these packages: pgf texlive-latex3 latex-xcolor
+ run: sudo apt install zip
- name: Add to $PATH
run: |
printf %s\\n "$HOME/.racket/bin" >> "$GITHUB_PATH"