www

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

commit 2e69ec8cbd332eb56765fa10f82f76df992766a4
parent 3dfde60ac269bc97fbf193a5980efcff6fc23f36
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Thu, 29 Jul 2021 02:09:47 +0100

Try removing the installation scope altogether

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

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -58,7 +58,8 @@ jobs: run: | #raco pkg remove --force scribble-lib || true #SCOPE='--scope installation' - SCOPE='--scope user' + #SCOPE='--scope user' + SCOPE='' if test "$RACKET_VERSION" = "6.9"; then raco pkg install $SCOPE --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes elif test "$RACKET_VERSION" = "6.10" || test "$RACKET_VERSION" = "6.10.1"; then