aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/update-readme.yml
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/workflows/update-readme.yml
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/workflows/update-readme.yml')
-rw-r--r--.github/workflows/update-readme.yml2
1 files changed, 0 insertions, 2 deletions
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