Skip to content

Commit

Permalink
Fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Apr 27, 2024
1 parent 24784e7 commit b5de5c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/init-check.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
(package-initialize)
(unless package-archive-contents
(package-refresh-contents))

;; Update this if CI breaks for older Emacs versions
(when (= emacs-major-version 26)
(setq package-check-signature nil))

(dolist (pkg '(cl-lib let-alist compat package-lint xr relint))
(unless (package-installed-p pkg)
(package-install pkg)))

0 comments on commit b5de5c1

Please sign in to comment.