summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/check_query_files.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check_query_files.yml b/.github/workflows/check_query_files.yml
index 45019dab..d6298b6e 100644
--- a/.github/workflows/check_query_files.yml
+++ b/.github/workflows/check_query_files.yml
@@ -13,6 +13,8 @@ jobs:
run: |
sudo apt-get update
sudo add-apt-repository universe
+ sudo apt-get install -y npm
+ npm i -g tree-sitter
wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
chmod u+x nvim.appimage
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start