mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci(lint): remove unnecessary steps
This commit is contained in:
parent
387f6a9824
commit
58a55e3889
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user