ci: don't install unzip

It is no longer needed now that luarocks isn't used.
This commit is contained in:
dundargoc
2023-11-04 22:38:25 +01:00
committed by dundargoc
parent 5cefec7349
commit 92e99bb105
2 changed files with 2 additions and 2 deletions

View File

@@ -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 &&