From 4e07a125e88e3d4afef94352a8f52f1b1ae031b6 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Thu, 25 Jan 2024 13:24:15 -0800 Subject: [PATCH] Install quicklisp --- .github/workflows/windows.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 27a084f7..669c4946 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: |