mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
CI CI CI
This commit is contained in:
parent
b338392204
commit
626d1b9192
1 changed files with 4 additions and 0 deletions
4
.github/workflows/check_query_files.yml
vendored
4
.github/workflows/check_query_files.yml
vendored
|
|
@ -14,7 +14,11 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo add-apt-repository universe
|
sudo add-apt-repository universe
|
||||||
sudo apt-get install -y npm
|
sudo apt-get install -y npm
|
||||||
|
mkdir ~/.npm-global
|
||||||
|
npm config set prefix '~/.npm-global'
|
||||||
|
export PATH=~/.npm-global/bin:$PATH
|
||||||
npm i -g tree-sitter
|
npm i -g tree-sitter
|
||||||
|
sudo cp ~/.npm-global/bin/tree-sitter /usr/bin/
|
||||||
wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
|
wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
|
||||||
chmod u+x nvim.appimage
|
chmod u+x nvim.appimage
|
||||||
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue