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 d7fd82dCopy full SHA for d7fd82d
.github/workflows/test.yml
@@ -57,6 +57,8 @@ jobs:
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)
62
63
runs-on: ${{ matrix.os }}
64
steps:
0 commit comments