From 189e25db82da7339afb408b754f9cb2fa737bc6d Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Thu, 12 Oct 2023 14:02:49 -0700 Subject: [PATCH] Install nlohmann-json3-dev for the Ubuntu 20.04 build Signed-off-by: Saikrishna Arcot --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4ac382234..290523ba0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,7 +60,7 @@ stages: steps: - script: | sudo apt-get update - sudo apt-get install -y make libtool m4 autoconf dh-exec debhelper cmake pkg-config \ + sudo apt-get install -y make libtool m4 autoconf dh-exec debhelper cmake pkg-config nlohmann-json3-dev \ libhiredis-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev libnl-nf-3-dev swig3.0 \ libpython2.7-dev libboost-dev libboost-serialization-dev uuid-dev libzmq5 libzmq3-dev sudo apt-get install -y sudo