www

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

commit 9c0323ec28978c548ffffcd731dcb40fad897a3d
parent 0cfaf64b77ce75378f282c35960d7eb199709cf0
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sun,  4 Jul 2021 03:29:57 +0100

Attempt to fix syntax error in GitHub Actions

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

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -22,14 +22,14 @@ jobs: - racket: 8.0 racket_cs: 1 steps: + env: + # RACKET_DIR is an argument to install-racket.sh + RACKET_DIR: ~/racket + PATH: "$RACKET_DIR/bin:$PATH" + RACKET_VERSION: ${{ matrix.racket }} + RACKET_CS: ${{ matrix.racket_cs }} + DEPLOY: true - uses: actions/checkout@v2 - - env: - # RACKET_DIR is an argument to install-racket.sh - RACKET_DIR: ~/racket - PATH: "$RACKET_DIR/bin:$PATH" - 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