diff options
| author | Dundar Göc <gocdundar@gmail.com> | 2022-02-05 22:59:08 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-06 01:16:59 +0100 |
| commit | 194aaf7159ae929d51b45b59fecf2628f1847c69 (patch) | |
| tree | 84cdacc3edd732d0956b81b570d4a7ecfcdff909 /.github/workflows/update-readme.yml | |
| parent | a62971e0efcbe025693ccfaf688b62d185fd50da (diff) | |
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.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 652ab0cb..87c884cf 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 |
