From 5b55af8279d146a7896b92ec6e24ce662df81c6e Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Wed, 12 Feb 2025 01:19:07 +0100 Subject: [PATCH] Do not install ninja-build directly It is a dependency of meson so we only need to install meson. --- ci_scripts/ubuntu-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci_scripts/ubuntu-deps.sh b/ci_scripts/ubuntu-deps.sh index 4c98895bf16..40b5042727b 100755 --- a/ci_scripts/ubuntu-deps.sh +++ b/ci_scripts/ubuntu-deps.sh @@ -22,7 +22,6 @@ DEPS=( libxml2-utils libxslt-dev meson - ninja-build pkg-config python3-dev systemtap-sdt-dev