Skip to content

Commit fdfa7c2

Browse files
jcs090218bbatsov
authored andcommitted
ci: Use only one setup-emacs
1 parent d35611e commit fdfa7c2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Set up Emacs
42-
if: "!startsWith (matrix.os, 'windows')"
43-
uses: purcell/setup-emacs@master
44-
with:
45-
version: ${{matrix.emacs_version}}
46-
47-
- name: Set up Emacs on Windows
48-
if: startsWith (matrix.os, 'windows')
49-
uses: jcs090218/setup-emacs-windows@master
42+
uses: jcs090218/setup-emacs@master
5043
with:
5144
version: ${{matrix.emacs_version}}
5245

0 commit comments

Comments
 (0)