www

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

commit 0d76a105628d65046235b6c3274fda67a612f486
parent 3eab908ef1ac346e3dbed3c0d9d955866fb0a1a6
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sun,  4 Jul 2021 04:11:03 +0100

Debug why raco cannot be found after installation

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

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Install Racket run: | curl -L https://raw.githubusercontent.com/greghendershott/travis-racket/master/install-racket.sh | bash - ls /home/runner/.racket/bin + find /home/runner/.racket -maxdepth 3 - 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