From 6e69cc275122e1d381ee46588c6ae3856dcbc2c8 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 13 May 2024 09:57:32 -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 823a99d..759c033 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.7.0/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: