aboutsummaryrefslogtreecommitdiff
path: root/.github/scripts/install_deps.sh
diff options
context:
space:
mode:
Diffstat (limited to '.github/scripts/install_deps.sh')
-rwxr-xr-x.github/scripts/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/install_deps.sh b/.github/scripts/install_deps.sh
index 91c1d04081..0533bd7fae 100755
--- a/.github/scripts/install_deps.sh
+++ b/.github/scripts/install_deps.sh
@@ -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}')