www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 118884e08701bb1ada255ab7df0264234bd04f8d
parent e7b3638172d3073366afc8efb372ce95f090010d
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sun,  4 Jul 2021 03:08:12 +0100

Update apt-get package list

Diffstat:
M.github/workflows/ci.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -25,7 +25,8 @@ jobs: - uses: actions/checkout@v2 - name: Install LaTeX # texlive-latex3 on 12.04, texlive-latex-recommended on more recent versions of Ubuntu. - run: sudo apt install texlive-latex-base texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-latex3 texlive-latex-recommended pgf latex-xcolor + # Some version (16.04?) needed these packages: pgf texlive-latex3 + run: sudo apt install texlive-latex-base texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended latex-xcolor # Runs a set of commands using the runners shell - name: Run a multi-line script # RACKET_DIR is an argument to install-racket.sh