ci: remove unnecessary apt calls

This commit is contained in:
Dundar Göc 2022-02-06 13:31:57 +01:00 committed by Stephan Seitz
parent 767292681e
commit 322c7995b2
2 changed files with 0 additions and 3 deletions

View file

@ -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