commit 3eab908ef1ac346e3dbed3c0d9d955866fb0a1a6
parent 6e9880a664c5b2632f51338cc161a8bab3cfd311
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date: Sun, 4 Jul 2021 04:08:00 +0100
Debug why raco cannot be found after installation
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
printf %s "$HOME/.racket/bin" >> "$GITHUB_PATH"
- name: Print environment variables
run: |
+ echo "$HOME"
echo "$PATH"
echo "$RACKET_VERSION"
echo "$RACKET_CS"
@@ -45,6 +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
- 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