Skip to content

Commit

Permalink
test(docker): Remove install Emacs step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 29, 2023
1 parent b3c332c commit d2cc4d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest] # XXX: `windows-latest` is not possible at the moment!
emacs-version:
- 29.1

steps:
- uses: jcs090218/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}

- uses: actions/checkout@v4

- name: Install Docker
Expand Down

0 comments on commit d2cc4d8

Please sign in to comment.