www

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

commit 50aacd3c17181b189fba8ec175449261b1dc9ce1
parent d2f4b3ff054d4c27aa137d63e508afb7b688a5f3
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Sun,  4 Jul 2021 03:52:30 +0100

Tilde expansion (typo) for GitHub Actions…

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 @@ -23,7 +23,7 @@ jobs: racket_cs: 1 env: # RACKET_DIR is an argument to install-racket.sh - RACKET_DIR: ${{ env.home }}/racket + RACKET_DIR: ${{ env.HOME }}/racket RACKET_VERSION: ${{ matrix.racket }} RACKET_CS: ${{ matrix.racket_cs }} DEPLOY: true