Skip to content

Commit 579778c

Browse files
authored
Merge pull request #517 from jcs-PR/ci
Workaround for Windows CI
2 parents 438f335 + a83d61c commit 579778c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/windows-bootstrap.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
(require 'package)
2525

26+
(setq network-security-level 'low)
27+
2628
(let* ((package-archives '(("melpa" . "https://melpa.org/packages/")
2729
("gnu" . "http://elpa.gnu.org/packages/")))
2830
(pkgs (append '(dash lsp-mode bui f s lsp-treemacs posframe)

0 commit comments

Comments
 (0)