Skip to content

Commit

Permalink
Install quicklisp
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Jan 25, 2024
1 parent ad9d19c commit 4e07a12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
./make.sh --xc-host='sbcl --lose-on-corruption --disable-ldb --disable-debugger'
./make-shared-library.sh
mv src/runtime/libsbcl.so src/runtime/libsbcl.dll
- name: install quicklisp
run: |
curl -O https://beta.quicklisp.org/quicklisp.lisp
../sbcl/run-sbcl.sh --load quicklisp.lisp --eval "(quicklisp-quickstart:install)" --eval "(quit)"
- name: build example
working-directory: examples/smart-libraries
run: |
Expand Down

0 comments on commit 4e07a12

Please sign in to comment.