From ad7f7b0f3b1b653c55b5fddb29db9831102cc264 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 13 May 2024 14:56:07 -0500 Subject: [PATCH] ci: install `tree-sitter-cli` --- .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 6cdc6e3..73afd88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - os: ubuntu-20.04 url: https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz manager: sudo apt-get - packages: -y fd-find + packages: -y fd-find tree-sitter-cli steps: - uses: actions/checkout@v3 - run: date +%F > todays-date