Skip to content

Commit 0e1d7f8

Browse files
committed
ci: temporarily disable CI on windows
1 parent 4db6b28 commit 0e1d7f8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ jobs:
5353
NIGHTLY: nvim-macos.tar.gz
5454
NVIM_BIN_PATH: nvim-macos/bin
5555
EXTRACT: tar xzf
56-
- os: windows-latest
57-
NIGHTLY: nvim-win64.zip
58-
NVIM_BIN_PATH: nvim-win64/bin
59-
EXTRACT: unzip
56+
#- os: windows-latest
57+
# NIGHTLY: nvim-win64.zip
58+
# NVIM_BIN_PATH: nvim-win64/bin
59+
# EXTRACT: unzip
60+
exclude:
61+
- os: windows-latest # until windows CI is fixed (see #505)
6062

6163
runs-on: ${{ matrix.os }}
6264
steps:

0 commit comments

Comments
 (0)