www

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

commit 8191e087835f7d83a26b7fcfa173dd5078802670
parent 22b3bf0aa373959ef844f662af3669567deaaad3
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sun,  4 Jul 2021 04:31:56 +0100

Debug why raco cannot be found after installation

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

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: echo "GITHUB_WORKSPACE" - name: Install Racket run: | + export RACKET_HOME="$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