aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2022-02-17 16:54:11 -0500
committerGitHub <noreply@github.com>2022-02-17 16:54:11 -0500
commitd1e3d8abd65023d9b5ca3cdde47479cf13dea1c2 (patch)
tree332be9fb407469cab3e303f155b163122a73634b
parent387f6a98247fb610392565e2de903babd8a4ee38 (diff)
parent58a55e38892f467a4e3937f0ac08554ce5d50068 (diff)
downloadrneovim-d1e3d8abd65023d9b5ca3cdde47479cf13dea1c2.tar.gz
rneovim-d1e3d8abd65023d9b5ca3cdde47479cf13dea1c2.tar.bz2
rneovim-d1e3d8abd65023d9b5ca3cdde47479cf13dea1c2.zip
Merge pull request #17427 from dundargoc/ci/lint/remove-unnecessary-steps
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c84c9f0bbd..aa77689d9f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,11 +30,7 @@ jobs:
- name: Install apt packages
run: |
sudo apt-get update
- sudo apt-get install -y autoconf automake build-essential ccache cmake cpanminus gettext gperf language-pack-tr libtool-bin locales ninja-build pkg-config python3 python3-pip python3-setuptools unzip flake8
-
- - name: Setup interpreter packages
- run: |
- ./ci/install.sh
+ sudo apt-get install -y autoconf automake build-essential ccache cmake gettext gperf libtool-bin locales ninja-build pkg-config flake8
- name: Cache dependencies
uses: actions/cache@v2