mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -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
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -15,7 +15,6 @@ jobs:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo add-apt-repository universe
|
|
||||||
sudo apt install luarocks -y
|
sudo apt install luarocks -y
|
||||||
sudo luarocks install luacheck
|
sudo luarocks install luacheck
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
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 cp ./tree-sitter /usr/bin/tree-sitter
|
||||||
sudo chmod uog+rwx /usr/bin/tree-sitter
|
sudo chmod uog+rwx /usr/bin/tree-sitter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue