From 474325a9e55c7a0dd6fc65ba7ee7cc44f47016b9 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 11 Mar 2024 15:33:40 +0800 Subject: [PATCH] update install --- CI/circle_parallel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/circle_parallel.sh b/CI/circle_parallel.sh index a1fcf003efd..89bd87e4162 100755 --- a/CI/circle_parallel.sh +++ b/CI/circle_parallel.sh @@ -97,6 +97,7 @@ elif [ "$NODE_INDEX" = "4" ]; then echo "Running node $NODE_INDEX ..." sudo apt install r-base r-base-dev -y + sudo apt-get install r-base-core libssl-dev libcurl4-openssl-dev -y # for httr (cd samples/client/petstore/R && mvn integration-test) (cd samples/client/petstore/R-httpr2 && mvn integration-test)