www

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

commit 28aeea1f3eabc230c62b00fe3eff2ef8fa1d0e83
parent 90a6a7be2f19e85836d9026ebb0066802dca2ad1
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sun,  4 Jul 2021 04:49:41 +0100

Cleanup after debug

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

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -36,7 +36,6 @@ jobs: - name: Add to $PATH run: | printf %s\\n "$HOME/.racket/bin" >> "$GITHUB_PATH" - printf %s\\n "/usr/racket/bin" >> "$GITHUB_PATH" - name: Print environment variables run: | echo "matrix.racket ${{ matrix.racket }}" @@ -51,8 +50,6 @@ jobs: run: | export RACKET_DIR="$HOME/.racket" curl -L https://raw.githubusercontent.com/greghendershott/travis-racket/master/install-racket.sh | bash - find /home/runner/ -maxdepth 3 || true - find /usr/racket -maxdepth 3 || true - name: Install Scribble # Install custom version of scribble-lib which includes fixes for bibted-related problems which have not merged upstream yet. Also includes extended support for highlighting Racket code. run: raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes