Skip to content

Commit d2cc4d8

Browse files
committed
test(docker): Remove install Emacs step
1 parent b3c332c commit d2cc4d8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
os: [ubuntu-latest, macos-latest] # XXX: `windows-latest` is not possible at the moment!
32-
emacs-version:
33-
- 29.1
3432

3533
steps:
36-
- uses: jcs090218/setup-emacs@master
37-
with:
38-
version: ${{ matrix.emacs-version }}
39-
4034
- uses: actions/checkout@v4
4135

4236
- name: Install Docker

0 commit comments

Comments
 (0)