Skip to content

Commit 32e2b5d

Browse files
committed
fix vterm dep
1 parent 2e6c05f commit 32e2b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Set up Common Lisp environment
112112
if: steps.diff.outputs.skip != 'true'
113113
run: |
114-
brew install sbcl tree-sitter vterm pkg-config openssl@3
114+
brew install sbcl tree-sitter libvterm pkg-config openssl@3
115115
curl -O https://beta.quicklisp.org/quicklisp.lisp
116116
sbcl --non-interactive --load quicklisp.lisp --eval "(quicklisp-quickstart:install)"
117117
curl -L https://qlot.tech/installer | sh

0 commit comments

Comments
 (0)