www

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

commit 22b3bf0aa373959ef844f662af3669567deaaad3
parent 213fa8b57b867dbcef3b7749744b473b6f805a64
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sun,  4 Jul 2021 04:26:24 +0100

Debug why raco cannot be found after installation

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

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -34,8 +34,8 @@ jobs: run: sudo apt install texlive-latex-base texlive-fonts-extra texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended - name: Add to $PATH run: | - printf %s "$HOME/.racket/bin" >> "$GITHUB_PATH" - printf %s "/usr/racket/bin" >> "$GITHUB_PATH" + printf %s\\n "$HOME/.racket/bin" >> "$GITHUB_PATH" + printf %s\\n "/usr/racket/bin" >> "$GITHUB_PATH" - name: Print environment variables run: | echo "$HOME"