From 2e50d55b3e97c4adaf0332c8e09d92dfc8fec4e0 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 19 May 2024 06:49:43 -0500 Subject: [PATCH] ci: use nvim `0.10.0` --- .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 1fe6a74..8ef7a24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: include: - os: ubuntu-24.04 - url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz + url: https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-linux64.tar.gz manager: sudo apt-get packages: -y fd-find tree-sitter-cli steps: