aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/init-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/init-tests.el b/ci/init-tests.el
index 6b0f4439..4f40c295 100644
--- a/ci/init-tests.el
+++ b/ci/init-tests.el
@@ -9,6 +9,7 @@
;; Setup MELPA
(require 'package)
+(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
(not (gnutls-available-p))))
(proto (if no-ssl "http" "https")))