mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
fix(ci): improve qs install
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 '(ql-util:without-prompting (quicklisp-quickstart:install))' \
|
--eval '(quicklisp-quickstart:install)' \
|
||||||
--quit
|
--quit
|
||||||
|
|
||||||
- name: run tests
|
- name: run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user