Skip to content

Commit

Permalink
Use action to install the latest vim
Browse files Browse the repository at this point in the history
The deb is not available for the latest versions, see neovim/neovim#22773
  • Loading branch information
zidhuss committed Apr 24, 2023
1 parent 6f35299 commit 538a976
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Neovim
run: |
wget -q https://github.com/neovim/neovim/releases/download/v0.8.3/nvim-linux64.deb -O /tmp/nvim.deb
sudo dpkg -i /tmp/nvim.deb
- uses: rhysd/action-setup-vim@v1
with:
neovim: true

- name: Install tree-sitter CLI
run: |
Expand Down

0 comments on commit 538a976

Please sign in to comment.