mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Add NPM for now to Ubuntu CI
This commit is contained in:
parent
532a369b32
commit
719329f6b4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check_query_files.yml
vendored
2
.github/workflows/check_query_files.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue