We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6c05f commit 32e2b5dCopy full SHA for 32e2b5d
.github/workflows/nightly-builds.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: Set up Common Lisp environment
112
if: steps.diff.outputs.skip != 'true'
113
run: |
114
- brew install sbcl tree-sitter vterm pkg-config openssl@3
+ brew install sbcl tree-sitter libvterm pkg-config openssl@3
115
curl -O https://beta.quicklisp.org/quicklisp.lisp
116
sbcl --non-interactive --load quicklisp.lisp --eval "(quicklisp-quickstart:install)"
117
curl -L https://qlot.tech/installer | sh
0 commit comments