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 6bef49f commit f92d504Copy full SHA for f92d504
.github/workflows/tests.yml
@@ -53,11 +53,9 @@ jobs:
53
- name: Install Neovim
54
uses: crazy-max/ghaction-chocolatey@v1
55
with:
56
- # TODO: Install `--pre` once nightly release is fixed:
57
- # https://github.com/neovim/neovim/issues/13312
58
args: install neovim -fy --ignore-dependencies --ignore-checksums
59
- name: Run tests
60
env:
61
VIM_FLAVOR_HOME: 'D:\'
62
- NVIM_EXECUTABLE: 'C:\tools\neovim\Neovim\bin\nvim'
+ NVIM_EXECUTABLE: 'C:\tools\neovim\nvim-win64\bin\nvim'
63
run: bundle exec rake spec
0 commit comments