mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10:00
ci: don't install unzip
It is no longer needed now that luarocks isn't used.
This commit is contained in:
2
.github/workflows/optional.yml
vendored
2
.github/workflows/optional.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
bash -c
|
||||
"
|
||||
apt-get -y update &&
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake curl gettext ninja-build unzip locales-all cpanminus git attr libattr1-dev &&
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential cmake curl gettext ninja-build locales-all cpanminus git attr libattr1-dev &&
|
||||
git clone --depth=1 https://github.com/neovim/neovim.git &&
|
||||
cd neovim &&
|
||||
git fetch origin ${{ github.ref }}:pr &&
|
||||
|
||||
Reference in New Issue
Block a user