mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
chore: test quicklisp install failure
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
cd
|
cd
|
||||||
wget 'https://beta.quicklisp.org/quicklisp.lisp'
|
wget 'https://beta.quicklisp.org/quicklisp.lisp'
|
||||||
sbcl --load 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
|
--quit
|
||||||
|
|
||||||
- name: run tests
|
- name: run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user