Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 3, 2023
1 parent be99023 commit 01fd732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
sudo make install
- run: |
curl -O https://beta.quicklisp.org/quicklisp.lisp
sbcl --non-interactive --load quicklisp.lisp --eval "(quicklisp-quickstart:install)" --eval "(ql:add-to-init-file)" --quit
- run: sbcl --non-interactive --load example.lisp
sbcl --load quicklisp.lisp --eval "(quicklisp-quickstart:install)" --quit
- run: sbcl --load example.lisp

0 comments on commit 01fd732

Please sign in to comment.