Skip to content

Commit

Permalink
🔧 [CI/CD] Install quicklisp in SBCL
Browse files Browse the repository at this point in the history
  • Loading branch information
sabjohnso committed Oct 30, 2024
1 parent 93799d8 commit d3db558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:
curl -O https://beta.quicklisp.org/quicklisp.lisp
curl -O https://beta.quicklisp.org/quicklisp.lisp.asc
gpg --verify quicklisp.lisp.asc quicklisp.lisp
sbcl --load quicklisp.lisp --eval '(quicklisp-quickstart:install)'

0 comments on commit d3db558

Please sign in to comment.