Skip to content

Commit

Permalink
🔧 [CI/CD] Link to source under quicklisp
Browse files Browse the repository at this point in the history
  • Loading branch information
sabjohnso committed Oct 30, 2024
1 parent 051e0f3 commit faa51ba
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 @@ -37,6 +37,7 @@ jobs:
curl -O https://beta.quicklisp.org/quicklisp.lisp.asc
gpg --verify quicklisp.lisp.asc quicklisp.lisp
sbcl --load quicklisp.lisp --eval '(quicklisp-quickstart:install)'
ln -s $PWD ~/quicklisp/local-projects/cl-contextual
- name: Run Tests
shell: bash
Expand Down

0 comments on commit faa51ba

Please sign in to comment.