commit 1b54146ed5cf6401b25d27d192e8698eda0856c0 parent 118884e08701bb1ada255ab7df0264234bd04f8d Author: Suzanne Soy <jsmaniac.github@suzanne.soy> Date: Sun, 4 Jul 2021 03:09:51 +0100 Update apt-get package list Diffstat:
| M | .github/workflows/ci.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -25,8 +25,8 @@ jobs: - uses: actions/checkout@v2 - name: Install LaTeX # texlive-latex3 on 12.04, texlive-latex-recommended on more recent versions of Ubuntu. - # 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 + # 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 # Runs a set of commands using the runners shell - name: Run a multi-line script # RACKET_DIR is an argument to install-racket.sh