aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-02-05 22:59:08 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-02-06 01:16:59 +0100
commit194aaf7159ae929d51b45b59fecf2628f1847c69 (patch)
tree84cdacc3edd732d0956b81b570d4a7ecfcdff909 /.github
parenttests: Add test for C folding issue #1568 (diff)
downloadnvim-treesitter-194aaf7159ae929d51b45b59fecf2628f1847c69.tar
nvim-treesitter-194aaf7159ae929d51b45b59fecf2628f1847c69.tar.gz
nvim-treesitter-194aaf7159ae929d51b45b59fecf2628f1847c69.tar.bz2
nvim-treesitter-194aaf7159ae929d51b45b59fecf2628f1847c69.tar.lz
nvim-treesitter-194aaf7159ae929d51b45b59fecf2628f1847c69.tar.xz
nvim-treesitter-194aaf7159ae929d51b45b59fecf2628f1847c69.tar.zst
nvim-treesitter-194aaf7159ae929d51b45b59fecf2628f1847c69.zip
ci: remove apt update if on workflows where it's not used
Shaves off 10 seconds per workflow.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-parsers-pr.yml2
-rw-r--r--.github/workflows/update-readme.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml
index 725a43560..1af4913f2 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-parsers-pr.yml
@@ -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
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml
index 652ab0cb5..87c884cf6 100644
--- a/.github/workflows/update-readme.yml
+++ b/.github/workflows/update-readme.yml
@@ -16,8 +16,6 @@ jobs:
env:
NVIM_TAG: stable
run: |
- sudo apt-get update
- sudo add-apt-repository universe
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim.appimage
chmod u+x nvim.appimage
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start