Skip to content

Commit 082bfb8

Browse files
committed
load .sbclrc in ci
1 parent 6bbcf3a commit 082bfb8

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 ~/.sbclrc
16+
--load /root/.sbclrc
1717
--eval '(ql:update-all-dists)' \
1818
--load rope.asd \
1919
--eval '(asdf:test-system :rope)' \

0 commit comments

Comments
 (0)