www

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

commit 0cfaf64b77ce75378f282c35960d7eb199709cf0
parent 7d3e12a1dda63964789c2bc24e713da7e790862a
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sun,  4 Jul 2021 03:27:40 +0100

Attempt to fix syntax error in GitHub Actions

Diffstat:
M.github/workflows/ci.yml | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -23,11 +23,6 @@ jobs: racket_cs: 1 steps: - 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 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 - env: # RACKET_DIR is an argument to install-racket.sh RACKET_DIR: ~/racket @@ -35,6 +30,10 @@ jobs: RACKET_VERSION: ${{ matrix.racket }} RACKET_CS: ${{ matrix.racket_cs }} DEPLOY: true + - 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 latex-xcolor + run: sudo apt install texlive-latex-base texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended - name: Print environment variables run: | echo "$RACKET_DIR"