Skip to content

Commit f92d504

Browse files
authored
Fix executable not found errors on windows CI (#80)
* Fix executable not found errors on windows CI
1 parent 6bef49f commit f92d504

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,9 @@ jobs:
5353
- name: Install Neovim
5454
uses: crazy-max/ghaction-chocolatey@v1
5555
with:
56-
# TODO: Install `--pre` once nightly release is fixed:
57-
# https://github.com/neovim/neovim/issues/13312
5856
args: install neovim -fy --ignore-dependencies --ignore-checksums
5957
- name: Run tests
6058
env:
6159
VIM_FLAVOR_HOME: 'D:\'
62-
NVIM_EXECUTABLE: 'C:\tools\neovim\Neovim\bin\nvim'
60+
NVIM_EXECUTABLE: 'C:\tools\neovim\nvim-win64\bin\nvim'
6361
run: bundle exec rake spec

0 commit comments

Comments
 (0)