summaryrefslogtreecommitdiff
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
parenta62971e0efcbe025693ccfaf688b62d185fd50da (diff)
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 725a4356..1af4913f 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 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