From 5225076fb38b92e1ce61ffc86cbfa155c5583f01 Mon Sep 17 00:00:00 2001 From: anhnghcl Date: Wed, 20 Jul 2022 11:02:30 +0000 Subject: [PATCH] Install Ninja-build Signed-off-by: anhnghcl Change-Id: Id14cdeb9ce5bbc3e9f467471b1d24ba07549a7f9 --- jjb/shell/install-git-pistache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/shell/install-git-pistache.sh b/jjb/shell/install-git-pistache.sh index 9ce0261e..07c7746c 100755 --- a/jjb/shell/install-git-pistache.sh +++ b/jjb/shell/install-git-pistache.sh @@ -27,7 +27,7 @@ echo "---> install Pistache dependencies..." export PATH=$PATH:~/.local/bin export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -sudo apt-get update && sudo apt-get -y install rapidjson-dev libssl-dev +sudo apt-get update && sudo apt-get -y install rapidjson-dev libssl-dev ninja-build python3 -m pip install meson -- 2.16.6