From f20effc39982dd7d4cd221373515373fcaae12bb Mon Sep 17 00:00:00 2001 From: Edward Langley Date: Tue, 29 Mar 2022 21:53:40 -0700 Subject: [PATCH] chore: test quicklisp install failure --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0e51ac..7172595 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: cd wget 'https://beta.quicklisp.org/quicklisp.lisp' sbcl --load quicklisp.lisp \ - --eval '(handler-case (progn (error "fail!") (quicklisp-quickstart:install)) (error () (quit 40)))' \ + --eval '(handler-case (progn (error "fail!") (quicklisp-quickstart:install)) (error () (uiop:quit 40)))' \ --quit - name: run tests