commit fb2a658cb78d450df4c7af82ca4118fa6e263831 parent 9c0323ec28978c548ffffcd731dcb40fad897a3d Author: Suzanne Soy <jsmaniac.github@suzanne.soy> Date: Sun, 4 Jul 2021 03:31:52 +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 @@ -21,14 +21,14 @@ jobs: include: - racket: 8.0 racket_cs: 1 + 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 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 - name: Install LaTeX # texlive-latex3 on 12.04, texlive-latex-recommended on more recent versions of Ubuntu.