Skip to content

Commit 4ba3816

Browse files
committed
Revet, use http instead https
1 parent a70abea commit 4ba3816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- 27.1
4141
- snapshot
4242

43-
steps:
43+
steps:
4444
- uses: actions/checkout@v2
4545

4646
- uses: jcs090218/setup-emacs-windows@master

test/windows-bootstrap.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
user-emacs-directory))
3131

3232
(let* ((package-archives '(("melpa" . "https://melpa.org/packages/")
33-
("gnu" . "https://elpa.gnu.org/packages/")))
33+
("gnu" . "http://elpa.gnu.org/packages/")))
3434
(pkgs (append '(dash lsp-mode dash-functional bui f s lsp-treemacs posframe)
3535
'(ecukes espuds undercover ert-runner))))
3636
(package-initialize)

0 commit comments

Comments
 (0)