Skip to content

Commit

Permalink
Try loading quicklisp
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jan 25, 2024
1 parent 4e07a12 commit 3bf4651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
working-directory: examples/smart-libraries
run: |
mkdir build
../../../sbcl/run-sbcl.sh --dynamic-space-size 8192 --load generate-libbase.lisp
../../../sbcl/run-sbcl.sh --dynamic-space-size 8192 --load generate.lisp
../../../sbcl/run-sbcl.sh --dynamic-space-size 8192 --load "~/quicklisp/setup.lisp" --load generate-libbase.lisp
../../../sbcl/run-sbcl.sh --dynamic-space-size 8192 --load "~/quicklisp/setup.lisp" --load generate.lisp

0 comments on commit 3bf4651

Please sign in to comment.