www

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

commit b8ecfd49faec9e9cee42284d0886aefce4251fc4
parent 9d76b7468fb2d867cf3bf72d62447d7c39956512
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Wed, 28 Jul 2021 14:33:40 +0100

Remove scribble-lib before installing my custom version

Diffstat:
M.github/workflows/ci.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: - 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 remove --force scribble-lib || true if test "$RACKET_VERSION" = "6.9"; then raco pkg install --scope installation --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