mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
ci: remove apt update if on workflows where it's not used
Shaves off 10 seconds per workflow.
This commit is contained in:
parent
a62971e0ef
commit
194aaf7159
2 changed files with 0 additions and 4 deletions
2
.github/workflows/update-parsers-pr.yml
vendored
2
.github/workflows/update-parsers-pr.yml
vendored
|
|
@ -20,8 +20,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NVIM_TAG: stable
|
NVIM_TAG: stable
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
|
||||||
sudo add-apt-repository universe
|
|
||||||
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
|
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
|
||||||
mv ./jq-linux64 /tmp/jq
|
mv ./jq-linux64 /tmp/jq
|
||||||
chmod +x /tmp/jq
|
chmod +x /tmp/jq
|
||||||
|
|
|
||||||
2
.github/workflows/update-readme.yml
vendored
2
.github/workflows/update-readme.yml
vendored
|
|
@ -16,8 +16,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NVIM_TAG: stable
|
NVIM_TAG: stable
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
|
||||||
sudo add-apt-repository universe
|
|
||||||
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim.appimage
|
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/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