ci: remove apt update if on workflows where it's not used

Shaves off 10 seconds per workflow.
This commit is contained in:
Dundar Göc 2022-02-05 22:59:08 +01:00 committed by Stephan Seitz
parent a62971e0ef
commit 194aaf7159
2 changed files with 0 additions and 4 deletions

View file

@ -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