fix(ci): remove ql:add-to-init-file (stdin prompt hangs in non-interactive)
This commit is contained in:
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -22,17 +22,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Quicklisp
|
- name: Install Quicklisp
|
||||||
run: |
|
run: |
|
||||||
cd /tmp && curl -fsSLO https://beta.quicklisp.org/quicklisp.lisp
|
curl -fsSL https://beta.quicklisp.org/quicklisp.lisp -o /tmp/quicklisp.lisp
|
||||||
sbcl --noinform --non-interactive \
|
sbcl --noinform --non-interactive \
|
||||||
--load /tmp/quicklisp.lisp \
|
--load /tmp/quicklisp.lisp \
|
||||||
--eval '(quicklisp-quickstart:install)' \
|
--eval '(quicklisp-quickstart:install)'
|
||||||
--eval '(ql:add-to-init-file)' 2>&1 || {
|
|
||||||
echo "=== Quicklisp install failed, trying alternative ==="
|
|
||||||
sbcl --noinform --non-interactive \
|
|
||||||
--load /tmp/quicklisp.lisp \
|
|
||||||
--eval "(quicklisp-quickstart:install :path \"$HOME/quicklisp/\")" \
|
|
||||||
--eval '(ql:add-to-init-file)' 2>&1
|
|
||||||
}
|
|
||||||
rm -f /tmp/quicklisp.lisp
|
rm -f /tmp/quicklisp.lisp
|
||||||
|
|
||||||
- name: Load and verify harness
|
- name: Load and verify harness
|
||||||
|
|||||||
Reference in New Issue
Block a user