mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -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:
|
||||
NVIM_TAG: stable
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo add-apt-repository universe
|
||||
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
|
||||
mv ./jq-linux64 /tmp/jq
|
||||
chmod +x /tmp/jq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue