Skip to content

Commit c11696a

Browse files
committed
update quicklisp step
1 parent 39b2817 commit c11696a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-test.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ jobs:
99
steps:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v3
12+
- name: Update Quicklisp
13+
run: |
14+
set -ex
15+
sbcl --disable-debugger \
16+
--load /root/quicklisp/setup.lisp \
17+
--eval '(ql:update-all-dists)'
1218
- name: Run Tests
1319
run: |
1420
set -ex
1521
sbcl --disable-debugger \
1622
--load /root/quicklisp/setup.lisp \
17-
--eval '(ql:update-all-dists)' \
1823
--load rope.asd \
1924
--eval '(ql:quickload :rope/test)' \
2025
--eval '(asdf:test-system :rope/test)' \

0 commit comments

Comments
 (0)