Skip to content

Commit

Permalink
Remove windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 20, 2023
1 parent cd67b05 commit 50e59f7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest] # XXX: `windows-latest` is not possible at the moment!
emacs-version:
- 29.1

Expand All @@ -42,11 +42,6 @@ jobs:
- name: Install Docker
uses: crazy-max/ghaction-setup-docker@master

- name: Prepare Docker
if: matrix.os == 'windows-latest'
run: |
& 'C:\Program Files\Docker\Docker\DockerCli.exe' -SwitchLinuxEngine
- name: Prepare Eask (Unix)
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit 50e59f7

Please sign in to comment.