ci: use neovim nightly

This commit is contained in:
Price Hiller 2024-05-19 07:01:42 -05:00 committed by windwp
parent df93be4d2e
commit 2b8cfab1ac

View File

@ -11,7 +11,7 @@ jobs:
matrix:
include:
- os: ubuntu-20.04
url: https://github.com/neovim/neovim/releases/download/v0.9.5/nvim-linux64.tar.gz
url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
manager: sudo apt-get
packages: -y fd-find
steps: