Fix github action

This commit is contained in:
Andy K. Massimino
2020-12-08 19:36:35 -05:00
parent b85cf4f54c
commit 24407e21e0

View File

@@ -25,8 +25,8 @@ jobs:
- name: 'setup Neovim'
uses: 'thinca/action-setup-vim@v1'
with:
neovim: true
verion: '${{ matrix.neovim_version }}'
vim_version: '${{ matrix.neovim_version }}'
vim_type: 'Neovim'
- name: 'Show version'
run: nvim --version