From 2b8cfab1ac323ac9ad251ee9fcc7f552ec3c8b86 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 19 May 2024 07:01:42 -0500 Subject: [PATCH] ci: use neovim nightly --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b41843..adc9593 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: