mirror of
https://github.com/fiddlerwoaroof/data-lens.git
synced 2025-11-08 18:26:32 +00:00
fix(ci): add missing quote
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
command -v sbcl || exit 36
|
||||
|
||||
wget 'https://beta.quicklisp.org/quicklisp.lisp'
|
||||
[[ -f ./quicklisp.lisp" ]] || exit 37
|
||||
[[ -f ./quicklisp.lisp ]] || exit 37
|
||||
|
||||
sbcl --eval '(require :uiop)' \
|
||||
--load quicklisp.lisp \
|
||||
|
||||
Reference in New Issue
Block a user