Skip to content

Commit 4e9b352

Browse files
committed
fix(ci): correct Quicklisp setup.lisp path
1 parent beff7b3 commit 4e9b352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
nix develop --command bash -c '
3838
sbcl --non-interactive \
39-
--load ~/.quicklisp/setup.lisp \
39+
--load ~/quicklisp/setup.lisp \
4040
--eval "(ql:quickload :valtan-cli)" \
4141
--eval "(asdf:make :valtan-cli/executable)" \
4242
--eval "(quit)"

0 commit comments

Comments
 (0)