Skip to content

Commit c6bbb91

Browse files
committed
load ql setup directly
1 parent 082bfb8 commit c6bbb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
set -ex
1515
sbcl --disable-debugger \
16-
--load /root/.sbclrc
16+
--load /root/quicklisp/setup.lisp \
1717
--eval '(ql:update-all-dists)' \
1818
--load rope.asd \
1919
--eval '(asdf:test-system :rope)' \

0 commit comments

Comments
 (0)