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 4db6b28 commit 0e1d7f8Copy full SHA for 0e1d7f8
.github/workflows/test.yml
@@ -53,10 +53,12 @@ jobs:
53
NIGHTLY: nvim-macos.tar.gz
54
NVIM_BIN_PATH: nvim-macos/bin
55
EXTRACT: tar xzf
56
- - os: windows-latest
57
- NIGHTLY: nvim-win64.zip
58
- NVIM_BIN_PATH: nvim-win64/bin
59
- EXTRACT: unzip
+ #- os: windows-latest
+ # NIGHTLY: nvim-win64.zip
+ # NVIM_BIN_PATH: nvim-win64/bin
+ # EXTRACT: unzip
60
+ exclude:
61
+ - os: windows-latest # until windows CI is fixed (see #505)
62
63
runs-on: ${{ matrix.os }}
64
steps:
0 commit comments