Skip to content

Commit

Permalink
update ci.sh dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky Anderson committed Dec 26, 2024
1 parent 4d7eb3f commit 1e7e0d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -xe

emacs -batch -f package-initialize \
--eval '(add-to-list (quote package-archives) (quote ("melpa" . "http://melpa.org/packages/")))' \
--eval '(use-package alert :ensure t)'
--eval '(use-package alert :ensure t)' \
--eval '(use-package org-ql :ensure t)' \
--eval '(use-package ts :ensure t)'

cd test && make test

0 comments on commit 1e7e0d4

Please sign in to comment.