From d94d0dc78109dcd3abf99ce7af4e23a5501e466a Mon Sep 17 00:00:00 2001 From: czichy Date: Wed, 14 Jun 2023 16:40:03 +0300 Subject: [PATCH] updating the ric-plt-xapp-frame-cpp job Change-Id: Iededfbd32002335927bf261cdd24b8e606d45020 Signed-off-by: czichy --- jjb/shell/install-git-RESTful.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/shell/install-git-RESTful.sh b/jjb/shell/install-git-RESTful.sh index 3e75c955..47a1255b 100755 --- a/jjb/shell/install-git-RESTful.sh +++ b/jjb/shell/install-git-RESTful.sh @@ -86,7 +86,7 @@ cd ../../ sudo git clone https://github.com/nlohmann/json.git && cd json && sudo cmake . && sudo make install cd ../ #install json-schema-validator -sudo git clone https://github.com/pboettch/json-schema-validator.git && cd json-schema-validator &&sudo mkdir build &&cd build && sudo cmake .. && sudo make install +sudo git clone https://github.com/pboettch/json-schema-validator.git && cd json-schema-validator && sudo git checkout cae6fad80001510077a7f40e68477a31ec443add &&sudo mkdir build &&cd build && sudo cmake .. && sudo make install cd ../ -- 2.16.6