commit 6e9880a664c5b2632f51338cc161a8bab3cfd311
parent a6c9e6a64221b748e6221460bf07e209c091f100
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date: Sun, 4 Jul 2021 04:04:29 +0100
Give up on obtaining the home folder location within a GitHub Actions "env" (typo)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -34,7 +34,7 @@ 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 "$HOME/.racket/bin" >> "$GITHUB_PATH"
- name: Print environment variables
run: |
echo "$PATH"