mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: remove unnecessary apt calls
This commit is contained in:
parent
767292681e
commit
322c7995b2
2 changed files with 0 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
sudo apt-get update
|
||||
sudo add-apt-repository universe
|
||||
wget -O - https://github.com/tree-sitter/tree-sitter/releases/download/${TREE_SITTER_CLI_TAG}/tree-sitter-linux-x64.gz | gunzip -c > tree-sitter
|
||||
sudo cp ./tree-sitter /usr/bin/tree-sitter
|
||||
sudo chmod uog+rwx /usr/bin/tree-sitter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue