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 dbb93d4 commit b5468d6Copy full SHA for b5468d6
1 file changed
.github/workflows/ci.yml
@@ -87,10 +87,12 @@ jobs:
87
- run: make format-check
88
89
- name: build Nvim from source
90
+ if: ${{ matrix.nvim_version == 'stable' }}
91
run: |
92
mkdir -p "${DIR_NVIM_SRC}"
93
curl -L "https://github.com/neovim/neovim/archive/refs/tags/${{ matrix.nvim_version }}.tar.gz" | tar zx --directory "${DIR_NVIM_SRC}/.."
94
cd "${DIR_NVIM_SRC}"
95
make doc
96
97
- run: make help-check
98
0 commit comments