Skip to content

Commit

Permalink
fix(ci): always build from source with neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 24, 2020
1 parent 5cd086f commit 6b1a0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: thinca/action-setup-vim@v1
id: vim
with:
download: never
vim_version: ${{ matrix.vim-version }}
vim_type: neovim
- name: Run tests
Expand Down

0 comments on commit 6b1a0e9

Please sign in to comment.