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

@ -12,7 +12,7 @@ done
os=$(uname -s)
if [[ $os == Linux ]]; then
sudo apt-get update
sudo apt-get install -y build-essential cmake curl gettext ninja-build unzip
sudo apt-get install -y build-essential cmake curl gettext ninja-build
if [[ $CC == clang ]]; then
DEFAULT_CLANG_VERSION=$(echo | clang -dM -E - | grep __clang_major | awk '{print $3}')