Skip to content

Commit

Permalink
Quickload libcalc
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 16, 2024
1 parent de38842 commit bb3a643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/libcalc/script.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(require '#:asdf)

(asdf:load-system '#:libcalc)
(ql:quickload '#:libcalc)

(when (uiop:getenv "CI")
(push :github-ci *features*))
Expand Down

0 comments on commit bb3a643

Please sign in to comment.