We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35611e commit fdfa7c2Copy full SHA for fdfa7c2
1 file changed
.github/workflows/test.yml
@@ -39,14 +39,7 @@ jobs:
39
40
steps:
41
- 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
+ uses: jcs090218/setup-emacs@master
50
with:
51
version: ${{matrix.emacs_version}}
52
0 commit comments